Redmine installation Guide (Tested with Redmine 3.4.2 on Centos 7)
Source: https://github.com/jiannelli/vagrant-redmine
This project was created to document how to install redmine.
The file provision.sh includes all the steps to install redmine.
Clone the repository
git clone https://github.com/jiannelli/vagrant-redmine.git vagrant-redmine
Start the machine and provision it
cd vagrant-redmine
vagrant up
Access redmine
http://172.16.27.196