summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 14:03:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 14:03:34 +0300
commit8daadab5c7b1d96e18e93f3cdf1db9a6b7bd9346 (patch)
treecb2b1f0063114c7d30a94bfb6958573c03df521a
parenta341441afcda15ff64a21118ac81763aed9f7270 (diff)
downloadgitlab-ci-8daadab5c7b1d96e18e93f3cdf1db9a6b7bd9346.tar.gz
Fixed installation docs
-rw-r--r--doc/installation.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 9f9fabe..c6bab84 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -123,8 +123,7 @@ You can use either MySQL or PostgreSQL.
sudo -u gitlab_ci -H vim config/database.yml
# 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":
+ sudo -u gitlab_ci -H bundle exec rake db:setup RAILS_ENV=production
# Setup scedules