Commit 536b2f2f75d384446e4d3d103903a6ff909bd4da

Authored by Ahmed Shafeeq
1 parent 5ce14184

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,7 +260,7 @@ GitLab Shell is an ssh access and repository management software developed speci
260 cd /home/git/gitlab 260 cd /home/git/gitlab
261 261
262 # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): 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 # By default, the gitlab-shell config is generated from your main gitlab config. You can review (and modify) it as follows: 265 # By default, the gitlab-shell config is generated from your main gitlab config. You can review (and modify) it as follows:
266 sudo -u git -H editor /home/git/gitlab-shell/config.yml 266 sudo -u git -H editor /home/git/gitlab-shell/config.yml