summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-07 18:30:48 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-07 18:30:48 +0200
commitde5868eef5d8b9c693fc89ce7ceedf06a17ce947 (patch)
tree9df4f7cc96c1ba10d18ffc634e8c344f31bd7fa6
parente1b88b870f0867a89b834b22246378d1043b7037 (diff)
downloadgitlab-ci-de5868eef5d8b9c693fc89ce7ceedf06a17ce947.tar.gz
Improve docs
-rw-r--r--doc/installation.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 9a8de43..7cd458d 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -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
@@ -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
#
@@ -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