Remove gitolite mention from docs

This commit is contained in:
Dmitriy Zaporozhets 2013-02-25 21:45:33 +02:00
parent f17fe7fff2
commit d0646babdb
4 changed files with 9 additions and 41 deletions

View file

@ -17,12 +17,12 @@ bundle exec rake gitlab:enable_namespaces RAILS_ENV=production
```
### Enable auto merge
### Rebuild project satellites
This command will enable the auto merge feature. After this you will be able to **merge a merge request** via GitLab and use the **online editor**.
This command will build missing satellites for projects. After this you will be able to **merge a merge request** via GitLab and use the **online editor**.
```
bundle exec rake gitlab:enable_automerge RAILS_ENV=production
bundle exec rake gitlab:satellites:create RAILS_ENV=production
```
Example output: