1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-11-09 22:40:36 +00:00

improve doc

This commit is contained in:
Mark Heiges 2015-11-11 23:28:22 -05:00
parent 23cba5bf31
commit 883bc82f40

View File

@ -1,10 +1,18 @@
## EasyRedmine Package
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`
Redmine sample data
## Redmine sample data
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/`.)_
To install an empty database, set `do_redmine_db_import` to `False` in
`roles/easyredmine/vars/main.yml`
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/`.)_
Set `do_redmine_db_import` to `True` in `roles/easyredmine/vars/main.yml`