This forum is no longer active. Please post your questions to our new community site

Forums Redmine

2 Redmine Apps with 1 single Ruby stack ?

Subscribe to 2 Redmine Apps with 1 single Ruby stack ? 5 post(s), 5 voice(s)

 
Avatar moccand 8 post(s)

Dear all,

is it possible to install 2 or more Redmine Apps in my Bitnami rubi stack ?

I tried to install twice the bitnami-redmine-0-1.9.1-0-module-osx-x86-installer but i get only one App.
At the second install it only asked me the database password.

Is there an other solution to have 2 diffrent Redmine Apps on the same server ?

i thank you in advance.

Guillaume

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Sorry, this is not possible at this moment using bitnami modules.

 
Avatar hahoangthach 4 post(s)

hi, If i copy the redmine folder in apps/redmine to redmine2 then edit all necessary configuration files, including create a new database for the 2nd redmine, apache2 conf file, 2nd redmine conf etc….. then will it work ?

 
Avatar carlos Administrator 144 post(s)

Hi,

It should work as long as you update all necessary files:

apps/redmine2/config/database.yml (replace database name)
apps/redmine2/config/mongrel_cluster.yml (replace prefix and ports)
apps/redmine2/scripts/* (replace paths)
apps/redmine2/conf/redmine.conf (change prefix and cluster name/ports)
apache2/conf/httpd.conf (include the new redmine.conf at the end)
ctlscript.sh (include new app/redmine2/scripts/ctl.sh calls similar to the ones between #redmine_code_start #redmine_code_end)

If you are in windows, you would need to install new services running app/redmine2/scripts/serviceinstall.bat once you have changed paths, ports and the service name inside it.

Not sure if I’m missing anything. Let us know if you find any problems.

 
Avatar gboder 1 post

Hahoangthach, have you succeed your move ? I’ve two possibilities either merging two redmines together (that had a separate live) or having them running side-by-side on the same host.

Thanks for any comments ;)

Forums Redmine