Skip to content
Snippets Groups Projects
Commit 4857872d authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Install bundler automatically

parent 8ddbb02a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,7 +14,7 @@ all: gitlab-setup gitlab-shell-setup gitlab-workhorse-setup support-setup
 
# Set up the GitLab Rails app
 
gitlab-setup: gitlab/.git gitlab-config .gitlab-bundle
gitlab-setup: gitlab/.git gitlab-config bundler .gitlab-bundle
 
gitlab/.git:
git clone ${gitlab_repo} gitlab
Loading
Loading
@@ -40,9 +40,13 @@ gitlab/config/resque.yml:
cd ${gitlab_development_root}/gitlab && bundle install --without mysql production --jobs 4
touch $@
 
.PHONY: bundler
bundler:
command -v $@ > /dev/null || gem install $@
# Set up gitlab-shell
 
gitlab-shell-setup: gitlab-shell/.git gitlab-shell/config.yml .gitlab-shell-bundle
gitlab-shell-setup: gitlab-shell/.git gitlab-shell/config.yml bundler .gitlab-shell-bundle
 
gitlab-shell/.git:
git clone ${gitlab_shell_repo} gitlab-shell
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