Skip to content
Snippets Groups Projects

fix install guide

Closed gitlab-qa-bot requested to merge github/fork/geekontheway/master into master

Created by: geekontheway

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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: zzet

    ????

    By Administrator on 2013-01-22T08:39:18 (imported from GitLab project)

    By Administrator on 2013-01-22T08:39:18 (imported from GitLab)

  • gitlab-qa-bot
  • 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 to gitlab:app:setup, and it works on my server

      By Administrator on 2013-01-22T08:55:12 (imported from GitLab project)

      By Administrator on 2013-01-22T08:55:12 (imported from GitLab)

  • gitlab-qa-bot
  • 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: zzet

      Gitlab 4.1 any questions? You can update your fork to upstream?

      By Administrator on 2013-01-22T09:04:41 (imported from GitLab project)

      By Administrator on 2013-01-22T09:04:41 (imported from GitLab)

  • gitlab-qa-bot
  • 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
    Loading