Skip to content
Snippets Groups Projects
Commit 3c24e144 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Configure the Redis socket for gitlab-shell

parent 2bcd8d82
No related branches found
No related tags found
1 merge request!14Connect to Redis via sockets only
Loading
Loading
@@ -42,6 +42,7 @@ gitlab-shell/config.yml:
sed -e "s|/home/git|${gitlab_development_root}|"\
-e "s|:8080/|:3000|"\
-e "s|/usr/bin/redis-cli|$(shell which redis-cli)|"\
-e "s|^ # socket: .*| socket: ${gitlab_development_root}/redis/redis.socket|"\
gitlab-shell/config.yml.example > gitlab-shell/config.yml
 
gitlab-shell/.bundle:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment