diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-12-17 09:49:10 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-12-17 09:49:10 +0000 |
commit | 2fef5c1323ee684b1d38241f92e5dac7fb446671 (patch) | |
tree | 908c65e90c26826fbc38f32f07f4f4084777bbd5 /doc/install | |
parent | fb7ba2deac1a2d4ef04cd7c3a2768b1791438351 (diff) | |
parent | 98e64610b2b5ad8340d763d3fd370bc11d0ad700 (diff) | |
download | gitlab-ce-2fef5c1323ee684b1d38241f92e5dac7fb446671.tar.gz |
Merge branch 'dev-docs-in-gdk' into 'master'
Dev docs in gdk
Also see https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/31
See merge request !1331
Diffstat (limited to 'doc/install')
-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 f55a0e73199..539e1c396e4 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 |