I followed this tutorial on installing gitorious http://coding-journal.com/installing-gitorious-on-ubuntu-11-04/ . I have never install ruby on rails or gitorious so my knowledge is new.
I am getting an error after browsing to the domain that I am using. The error reads Syntax error line 3 col 22; repository_base_path: "/var/www/gitorious/repositories""
[config/gitorious.yml]
production:
repository_base_path: "/var/www/gitorious/repositories"
gitorious_client_port: 80
gitorious_host: git.mypressbox.biz
archive_cache_dir: /var/www/gitorious/tarballs
archive_work_dir: /tmp/tarballs-work
hide_http_clone_urls: true
is_gitorious_dot_org: false
I dont know what to change. Running gem -v returns 1.8.11 . Any help is greatly appreciated.