Redmine with Bitnami stack beginner question

Hi all,

just installed Bitnami’s Redmine stack on Ubuntu. I followed the Readme but something I must miss.

  1. How to start the server?

output for “./ctlscript.sh start”

/home/vadkant/redmine-1.1.0-0/mysql/scripts/ctl.sh : mysql (pid 8192) already running

starting port 3001

starting port 3002

Syntax OK

/home/vadkant/redmine-1.1.0-0/apache2/scripts/ctl.sh : httpd (pid 8511) already running

/home/vadkant/redmine-1.1.0-0/subversion/scripts/ctl.sh : subversion (pid 8218) already running

When I check localhost:8080/redmine I see

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

  1. Why it starts subversion why not Git?

Thanks in advance,

gezope