Commit 485162ec608784dc1cbafe70b3ba3201b0f74098
1 parent
970d86b7
Exists in
master
and in
4 other branches
Streamline MySQL setup in installation.md
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
config/database.yml.mysql
doc/install/installation.md
... | ... | @@ -224,7 +224,6 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. |
224 | 224 | # Make sure to update username/password in config/database.yml. |
225 | 225 | # You only need to adapt the production settings (first part). |
226 | 226 | # If you followed the database guide then please do as follows: |
227 | - # Change 'root' to 'gitlab' | |
228 | 227 | # Change 'secure password' with the value you have given to $password |
229 | 228 | # You can keep the double quotes around the password |
230 | 229 | sudo -u git -H editor config/database.yml | ... | ... |