summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 03:17:28 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 03:17:28 -0700
commita341441afcda15ff64a21118ac81763aed9f7270 (patch)
tree79dbdd7bef99f58b17c81f822318511afcab13fb
parent45a0336948bb291d98bf2a4691fa7737af5ff793 (diff)
parent3f478c97878ba3c2e472630fe383789d4e174314 (diff)
downloadgitlab-ci-a341441afcda15ff64a21118ac81763aed9f7270.tar.gz
Merge pull request #206 from SteveRyherd/master
Updating docs to reflect current install steps.
-rw-r--r--doc/installation.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 789460c..9f9fabe 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -101,6 +101,10 @@ You can use either MySQL or PostgreSQL.
# Edit application settings
sudo -u gitlab_ci -H cp config/application.yml.example config/application.yml
sudo -u gitlab_ci -H vim config/application.yml
+
+ # Create a sockets directory
+ sudo -u gitlab_ci -H mkdir tmp/sockets/
+ sudo chmod -R u+rwX tmp/sockets/
### Install gems
@@ -120,6 +124,8 @@ You can use either MySQL or PostgreSQL.
# Setup tables
sudo -u gitlab_ci -H bundle exec rake db:create RAILS_ENV=production
+ # If you receive a message that the database already exists run "migrate" instead of "create":
+
# Setup scedules
#