== FS Issues and Redmine == This document describes the installation and maintenance of Redmine on Hima. === Redmine === Redmine on hima was installed using the BitNami package. The BitNami Redmine stack is an installer that greatly simplifies the installation of Redmine and runtime dependencies. It includes versions of Apache, MySQL, Subversion, and Ruby. The Redmine Stack provided by BitNami is self contained therefore, one can upgrade the systems MySQL (or Apache) without breaking the Redmine install. === Manually Starting and Stopping Redmine === {{{ /Applications/redmine-2.1.2-0> ./ctlscript.sh start }}} === Starting and Stopping Redmine using launchd === Create the following .plist file with filename '''com.hima.RedmineServer.plist''' and save it in '''/Library/LaunchDeamons''' {{{ KeepAlive Label com.hima.RedmineServer ProgramArguments /Applications/redmine_server_init.sh RunAtLoad }}} To access Redmine go to the following URL: {{{ http://127.0.0.1:8080/redmine }}} As of right now it can only be reached on Hima.