Missing DB Creation Command from Install Docs
Created by: jimmybrancaccio
I was following the documentation here:
https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md
and most everything is fine however the 'Setup DB' section doesn't appear to contain the right command. I was able to locate this wiki article:
https://github.com/gitlabhq/gitlabhq/wiki/Ubuntu.stable
which lists:
bundle exec rake db:setup RAILS_ENV=production
bundle exec rake db:seed_fu RAILS_ENV=production
Those commands seem to work. Can anyone confirm those are the right commands and if so can we update the Stable installation wiki article with those?
Thanks!