diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 14:03:34 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 14:03:34 +0300 |
commit | 8daadab5c7b1d96e18e93f3cdf1db9a6b7bd9346 (patch) | |
tree | cb2b1f0063114c7d30a94bfb6958573c03df521a | |
parent | a341441afcda15ff64a21118ac81763aed9f7270 (diff) | |
download | gitlab-ci-8daadab5c7b1d96e18e93f3cdf1db9a6b7bd9346.tar.gz |
Fixed installation docs
-rw-r--r-- | doc/installation.md | 3 |
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 |