Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Sep 4, 2014
2 parents d62e89b + e9b5f37 commit f0e391c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/raketasks/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ Checking GitLab ... Finished

This will create satellite repositories for all your projects.

If necessary, remove the `tmp/repo_satellites` directory and rerun the command below.
If necessary, remove the `repo_satellites` directory and rerun the commands below.

```
bundle exec rake gitlab:satellites:create RAILS_ENV=production
sudo -u git -H mkdir -p /home/git/gitlab-satellites
sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
```

0 comments on commit f0e391c

Please sign in to comment.