Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-22 17:02:46 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-22 17:02:46 +0400
commit4f61061cfbf5a3917442c7e0a971099cf0f9a0a9 (patch)
tree44cd6853fccb9f30f2aed517e126913b9940f0f4 /doc/install/installation.md
parent2fc6f8f2cb18a441b777d35c21f5e6d1f066a4d6 (diff)
Support sockets in 'rake gitlab:shell:install'
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index a0e39e42e7b..bae39e20e18 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -257,7 +257,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
GitLab Shell is an SSH access and repository management software developed specially for GitLab.
# Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
- sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.7] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.7] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
# By default, the gitlab-shell config is generated from your main GitLab config.
# You can review (and modify) the gitlab-shell config as follows: