1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 23:30:35 +00:00
vagrant-easyredmine/README.md

19 lines
652 B
Markdown
Raw Normal View History

2015-11-12 04:28:22 +00:00
## EasyRedmine Package
2015-11-12 04:28:22 +00:00
Place a copy of the EasyRedmine package (obtained from the vendor
customer portal) in `scratch`. Set the file name for
`installer_package_name` in `roles/easyredmine/vars/main.yml`
2015-11-12 04:28:22 +00:00
## Redmine sample data
2015-11-12 04:28:22 +00:00
To install an empty database, set `do_redmine_db_import` to `False` in
`roles/easyredmine/vars/main.yml`
2015-11-12 04:28:22 +00:00
To import a copy of an existing Redmine database, place a copy of the
MySQL dump file at `scratch/redmine_dump.sql.gz`. _(One of the daily
backups on our production Redmine server is suitable. See
`/var/lib/mysql.backups/daily/redmine/`.)_
2015-11-12 04:28:22 +00:00
Set `do_redmine_db_import` to `True` in `roles/easyredmine/vars/main.yml`