diff options
author | Steve Ryherd <steve@desatt.com> | 2013-07-07 16:23:54 -0400 |
---|---|---|
committer | Steve Ryherd <steve@desatt.com> | 2013-07-07 16:23:54 -0400 |
commit | 8046e302a41916dffdf41e01b12f3f67bc1844dc (patch) | |
tree | 5d4be8ec17327b35c72e11dd0ccd0ae9efb66ca9 | |
parent | 45a0336948bb291d98bf2a4691fa7737af5ff793 (diff) | |
download | gitlab-ci-8046e302a41916dffdf41e01b12f3f67bc1844dc.tar.gz |
Update installation.md
Updating docs to reflect current install steps
-rw-r--r-- | doc/installation.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index 789460c..41cd348 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 git -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 # |