1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 23:30:35 +00:00
Vagrant project to install EasyRedmine on CentOS 7
Go to file
2015-11-11 23:28:22 -05:00
roles/easyredmine improve package download 2015-11-11 23:28:12 -05:00
scratch init 2015-11-11 11:43:48 -05:00
.gitignore init 2015-11-11 11:43:48 -05:00
playbook.yml init 2015-11-11 11:43:48 -05:00
README.md improve doc 2015-11-11 23:28:22 -05:00
Vagrantfile init 2015-11-11 11:43:48 -05:00

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

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