Update installation.md
This commit is contained in:
parent
a3382bab11
commit
b7ecc47777
1 changed files with 3 additions and 1 deletions
|
@ -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:'
|
||||
|
||||
|
|
Loading…
Reference in a new issue