Skip to content
Snippets Groups Projects
Commit de5868ee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve docs

parent e1b88b87
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,6 +20,9 @@ Create a user for GitLab:
\curl -L https://get.rvm.io | bash -s stable --ruby
 
 
# Add next line to ~/.bashrc
source /home/gitlab_ci/.rvm/scripts/rvm
 
## 3. Prepare MySQL
 
Loading
Loading
@@ -43,16 +46,20 @@ Create a user for GitLab:
 
sudo -u gitlab_ci -H git clone https://github.com/gitlabhq/gitlab-ci.git
 
sudo -u gitlab_ci -H
 
## 5. Setup application
 
cd gitlab-ci
 
# Create a tmp directory inside application
sudo -u gitlab_ci -H mkdir -p tmp/pids
# Install dependencies
#
sudo -u gitlab_ci -H gem install bundler
 
sudo -u gitlab_ci -H bundle
sudo -u gitlab_ci -H bundle --without development test
 
# Copy mysql db config
#
Loading
Loading
@@ -86,9 +93,6 @@ Start your GitLab instance:
 
# 7. Nginx
 
**Note:**
If you can't or don't want to use Nginx as your web server, have a look at the
"Advanced Setup Tips" section.
 
## Installation
sudo apt-get install nginx
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