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

Merge branch 'issue-1-developer-unicorn' into 'master'

Issue #1 use developer configuration for unicorn

Fixes #1

See merge request !3
parents 94dda4de eccd93bd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ gitlab/config/database.yml:
sed "s|/home/git|${gitlab_development_root}|" database.yml.example > gitlab/config/database.yml
 
gitlab/config/unicorn.rb:
sed "s|/home/git|${gitlab_development_root}|" gitlab/config/unicorn.rb.example > gitlab/config/unicorn.rb
cp gitlab/config/unicorn.rb{.example.development,}
 
gitlab/config/resque.yml:
sed "s|/home/git|${gitlab_development_root}|" redis/resque.yml.example > $@
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