Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAniela Ziółkowski <aniela@aniela.blue>2018-08-23 11:59:22 +0300
committerAniela Ziółkowski <aniela@aniela.blue>2018-08-23 11:59:22 +0300
commitb7ecc4777777441302e4c4a6b4da275913cb3022 (patch)
tree6911192295946ae4c10949ebe155726e77413b82 /doc/install/installation.md
parenta3382bab119f269cbd0e3bf16c0bd0e215a96fe9 (diff)
Update installation.md
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md4
1 files changed, 3 insertions, 1 deletions
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:'