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

Merge pull request #236 from clementop/patch-1

Update installation.md
parents 1259f2ca 08d6ec65
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -95,6 +95,8 @@ You can use either MySQL or PostgreSQL.
sudo -u gitlab_ci -H git clone https://github.com/gitlabhq/gitlab-ci.git
 
cd gitlab-ci
sudo -u gitlab_ci -H git checkout 3-0-stable
 
## 6. Setup application
 
Loading
Loading
@@ -103,7 +105,7 @@ You can use either MySQL or PostgreSQL.
sudo -u gitlab_ci -H vim config/application.yml
# Create a sockets directory
sudo -u gitlab_ci -H mkdir tmp/sockets/
sudo -u gitlab_ci -H mkdir -p tmp/sockets/
sudo chmod -R u+rwX tmp/sockets/
 
### Install gems
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