fix install guide
Created by: geekontheway
Merge request reports
Activity
260 260 261 261 ## Initialise Database and Activate Advanced Features 262 262 263 sudo -u gitlab -H bundle exec rake gitlab:setup RAILS_ENV=production 263 sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production 260 260 261 261 ## Initialise Database and Activate Advanced Features 262 262 263 sudo -u gitlab -H bundle exec rake gitlab:setup RAILS_ENV=production 263 sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production Created by: geekontheway
@zzet rake doesn't know task
gitlab:setup
, after google, some guys says it changes togitlab:app:setup
, and it works on my serverBy Administrator on 2013-01-22T08:55:12 (imported from GitLab project)
By Administrator on 2013-01-22T08:55:12 (imported from GitLab)
260 260 261 261 ## Initialise Database and Activate Advanced Features 262 262 263 sudo -u gitlab -H bundle exec rake gitlab:setup RAILS_ENV=production 263 sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production 260 260 261 261 ## Initialise Database and Activate Advanced Features 262 262 263 sudo -u gitlab -H bundle exec rake gitlab:setup RAILS_ENV=production 263 sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production Created by: geekontheway
@zzet sorry, it's my fault
By Administrator on 2013-01-22T09:25:44 (imported from GitLab project)
By Administrator on 2013-01-22T09:25:44 (imported from GitLab)
Please register or sign in to reply