Skip to content

Commit 15a1535

Browse files
committed
rake gitlab:app:setup fails when redis is not running. Error thrown is
"Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)" . This adds a simple "service redis start" to the recipe.
1 parent 27a48f2 commit 15a1535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/CentOS_6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Just make sure it is started at the next reboot
9494
*logged in as root*
9595

9696
chkconfig redis on
97+
service redis start
9798

9899
## Configure mysql
99100
Make sure it is started at the next reboot and start it immediately so we can configure it.

0 commit comments

Comments
 (0)