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:
authorRobert Speicher <rspeicher@gmail.com>2012-09-19 05:53:27 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-19 05:53:27 +0400
commit259ca982da2f2962773ef797fabe6d6641689f5e (patch)
treef9af0ba46c0e29399976b9eb923e3d2a93f1d015 /doc/installation.md
parentbfed07ee20d5df75e444994912edda48839acbac (diff)
Add docs for customizing Redis, add example file
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 345d801d90b..865cde3cc41 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -251,6 +251,14 @@ You can login via web using admin generated with setup:
# if you run this as root /home/gitlab/gitlab/tmp/pids/resque_worker.pid will be owned by root
# causing the resque worker not to start via init script on next boot/service restart
+## Customizing Resque's Redis connection
+
+If you'd like Resque to connect to a Redis server on a non-standard port or on
+a different host, you can configure its connection string in the
+**config/resque.yml** file:
+
+ production: redis.example.com:6379
+
**Ok - we have a working application now. **
**But keep going - there are some things that should be done **
@@ -276,7 +284,6 @@ You can login via web using admin generated with setup:
# of the host serving GitLab.
sudo vim /etc/nginx/sites-enabled/gitlab
-
# Restart nginx:
/etc/init.d/nginx restart