summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 14:04:07 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 14:04:07 +0300
commit6775ba9f4a6d118944de9af341a4fb98ae75a088 (patch)
tree4042ec00e176ddb5e870f5a310c4a5b1950fd2e8
parent45a0336948bb291d98bf2a4691fa7737af5ff793 (diff)
downloadgitlab-ci-6775ba9f4a6d118944de9af341a4fb98ae75a088.tar.gz
Fixed installation docs
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 789460c..746673c 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -119,7 +119,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
+ sudo -u gitlab_ci -H bundle exec rake db:setup RAILS_ENV=production
# Setup scedules
#