Install Redmine Server with Bitnami Installer
-
Download bitnami installer: bitnami-redmine-2.4.1-1-linux-installer.run
-
$ chmod 755 bitnami...installer.run (run as a common user)
-
$ ./bitnami...install.run
-
you choose a installation destination (as $REDMINE_HOME) and some other configurations (like port number);
-
when installation complete, you can choose opening the admin panel;
-
close this panel;
-
use $REDMINE_HOME/ctlscript.sh to manage your redmine server, use "./ctlscript.sh help" or read README.txt for usage instructions; use "./ctlscript status" to get the current status of your server;
You can use ctlscript start/stop/restart all or each service, use "status" to get status of all or each service.