Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CiTroNaK committed Nov 7, 2017
1 parent c1e69a8 commit bf382c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -469,7 +469,7 @@ sudo -u git -H nano /Users/git/gitlab-shell/config.yml

```
cd /Users/git/gitlab
sudo -u git -H bundle exec rake "gitlab:workhorse:install[/home/git/gitlab-workhorse]" RAILS_ENV=production
bundle exec rake "gitlab:workhorse:install[/Users/git/gitlab-workhorse]" RAILS_ENV=production
```

### Initialize Database and Activate Advanced Features
Expand Down Expand Up @@ -537,8 +537,8 @@ sudo chmod 0700 /Users/git/gitlab/tmp/sockets/private
sudo chown git /Users/git/gitlab/tmp/sockets/private
# If you are using non-default settings you need to update config.toml
cd /home/git/gitaly
sudo -u git -H editor config.toml
cd /Users/git/gitaly
sudo -u git -H nano config.toml
```

For more information about configuring Gitaly see
Expand Down

0 comments on commit bf382c9

Please sign in to comment.