Skip to content
Snippets Groups Projects
Commit 9f31afd9 authored by hqx's avatar hqx Committed by Achilleas Pipinellis
Browse files

[minor fixes and additions] gitlab 8.10.7 on freeBSD 10.3 (#291)

* fix a typo
* installing gitlab-shell needs repositories path
* bump to current versions, tested/installed on freeBSD 10.3 p7
parent 20fa4f10
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -70,7 +70,7 @@ Set up user and groups:
pw add user -n git -m -s /usr/local/bin/bash -c "GitLab"
 
# Add 'git' user to 'redis' group (this will come in useful later!)
pw groupmod git -m redis
pw groupmod redis -m git
```
 
4. Set up Postgres database
Loading
Loading
@@ -158,7 +158,7 @@ sudo service redis restart
cd /home/git
 
# Clone GitLab source
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-9-stable gitlab
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-10-stable gitlab
 
# Go to GitLab source folder
cd /home/git/gitlab
Loading
Loading
@@ -253,6 +253,9 @@ sudo -u git -H bundle install --deployment --without development test mysql aws
---------------
 
```
# create repositories path
sudo -u git -H mkdir /home/git/repositories
# Run the rake task for installing gitlab-shell
sudo -u git -H bundle exec rake gitlab:shell:install REDIS_URL=unix:/usr/local/var/run/redis/redis.sock RAILS_ENV=production
 
Loading
Loading
@@ -270,7 +273,7 @@ sudo -u git -H vim /home/git/gitlab-shell/config.yml
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
sudo -u git -H git checkout v0.7.5
sudo -u git -H git checkout v0.7.9
sudo -u git -H gmake
```
 
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