Skip to content

Commit

Permalink
set git-config before check
Browse files Browse the repository at this point in the history
set the config on setup and before running 'bundle exec rake gitlab:check RAILS_ENV=production', as that says that these should be set
  • Loading branch information
Finkregh committed Mar 28, 2013
1 parent 54535aa commit 8b3318e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/install/installation.md
Expand Up @@ -164,6 +164,10 @@ do so with caution!

# Copy the example Unicorn config
sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb

# Set git-variables for gitlab itself
sudo -u git -H git config --global user.name "GitLab"
sudo -u git -H git config --global user.email "gitlab@localhost"

**Important Note:**
Make sure to edit both files to match your setup.
Expand Down

0 comments on commit 8b3318e

Please sign in to comment.