diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-17 08:27:03 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-17 08:27:03 +0100 |
commit | 98e64610b2b5ad8340d763d3fd370bc11d0ad700 (patch) | |
tree | 3392d4bccb63560c19402f1a52e66e302d3157e7 /doc | |
parent | 2497273030e80bd7e4f891c7500901c0a38abea1 (diff) | |
download | gitlab-ce-98e64610b2b5ad8340d763d3fd370bc11d0ad700.tar.gz |
Move development information to the GitLab Development Kit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 263259bc2f9..c856bfc9693 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -383,15 +383,17 @@ NOTE: Supply `SANITIZE=true` environment variable to `gitlab:check` to omit proj ### Initial Login -Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has created an admin account for you. You can use it to log in: +Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has created a default admin account for you. You can use it to log in: root 5iveL!fe -**Important Note:** Please go over to your profile page and immediately change the password, so nobody can access your GitLab by using this login information later on. +**Important Note:** Please login to the server before exposing it to the public internet. On login you'll be prompted to change the password. **Enjoy!** +You can use `sudo service gitlab start` and `sudo service gitlab stop` to start and stop GitLab. + ## Advanced Setup Tips ### Using HTTPS |