add bunder step to mysql_to_postgresql doc

This commit is contained in:
William Herry 2014-09-10 05:55:45 +08:00
parent bbe5044395
commit 276ee45487
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ sudo -u git psql -f databasename.psql -d gitlabhq_production
# Rebuild indexes (see below)
# Install gems for PostgreSQL (note: the line below states '--without ... mysql')
sudo -u git -H bundle install --without development test mysql --deployment
sudo service gitlab start
```