Commit e026491d533d96d58a98ac9dcb13f0b710c689a4

Authored by Dmitriy Zaporozhets
2 parents 5ce14184 536b2f2f

Merge pull request #6927 from ahmedshafeeq/patch-1

Use production for Gitlab shell installation
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -260,7 +260,7 @@ GitLab Shell is an ssh access and repository management software developed speci
260 260 cd /home/git/gitlab
261 261  
262 262 # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
263   - sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.3] REDIS_URL=redis://localhost:6379
  263 + sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.3] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
264 264  
265 265 # By default, the gitlab-shell config is generated from your main gitlab config. You can review (and modify) it as follows:
266 266 sudo -u git -H editor /home/git/gitlab-shell/config.yml
... ...