6. STARTING AND STOPPING BITNAMI REDMINE STACK
To enter to Redmine you can point your browser to
http://127.0.0.1:8080/ on Unix systems or http://127.0.0.1/ on Windows.
To start/stop/restart application on Linux you can use the included
ctlscript.sh utility, as shown below:
./ctlscript.sh (start|stop|restart)
./ctlscript.sh (start|stop|restart) mysql
./ctlscript.sh (start|stop|restart) apache
./ctlscript.sh (start|stop|restart) redmine
./ctlscript.sh (start|stop|restart) subversion
start — start the service(s)
stop — stop the service(s)
restart — restart or start the service(s)
You can start and stop BitNami Redmine Stack on Windows using the shortcuts created
in the Start Menu, under Programs -> BitNami -> BitNami Service
That will start Apache, Subversion, Redmine and MySQL services. Once started,
you can open your browser and access the following URL:
http://127.0.0.1:8080/ on Unix systems or
http://127.0.0.1/ on Windows.
If you selected an alternate port during installation, for example 18080, the
URL will look like:
http://127.0.0.1:18080/