From b7ecc4777777441302e4c4a6b4da275913cb3022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aniela=20Zi=C3=B3=C5=82kowski?= Date: Thu, 23 Aug 2018 08:59:22 +0000 Subject: Update installation.md --- doc/install/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index a310f12b29e..a134abd0eca 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -460,8 +460,10 @@ GitLab-Pages uses [GNU Make](https://www.gnu.org/software/make/). This step is o ### Initialize Database and Activate Advanced Features sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production - # Type 'yes' to create the database tables. + + # or you can skip the question by adding force=yes + sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production force=yes # When done you see 'Administrator account created:' -- cgit v1.2.1