Rake aborted!
Created by: arubdesu
Hey there, after numerous attempts to get this working via the VirtualBox image and manually (following instructions here: http://chaptertwo.tumblr.com/post/14275723824/installing-gitlabhq-on-ubuntu-server-11-10) I ran into issues when running ubuntu_gitlab.sh.
Installing uglifier (1.0.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
rake aborted!
No such file or directory - /home/gitlabhq/gitlabhq/config/database.yml
Tasks: TOP => db:setup => db:schema:load_if_ruby => db:create => db:load_config
(See full trace by running task with --trace)
rake aborted!
No such file or directory - /home/gitlabhq/gitlabhq/config/database.yml
Tasks: TOP => db:seed_fu => environment
(See full trace by running task with --trace)
I was able to get the same image working by renaming the master gitlabhq folder that was created and following the Ubuntu.stable instructions instead.