Skip to content

Commit 26a1ef9

Browse files
committed
GitLab: access admin area
1 parent b783692 commit 26a1ef9

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

en/book/04-git-server/chapter4.asc

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,11 @@ Fortunately, it's also very well-documented and supported.
625625

626626
There are a few methods you can pursue to install GitLab.
627627
To get something up and running quickly, you can download a virtual machine image or a one-click installer from https://bitnami.com/stack/gitlab[], and tweak the configuration to match your particular environment.
628+
One nice touch Bitnami has included is the login screen (accessed by typing alt-→); it tells you the IP address and default username and password for the installed GitLab.
629+
630+
[[bitnami]]
631+
.The Bitnami GitLab virtual machine login screen.
632+
image::images/bitnami.png[The Bitnami GitLab virtual machine login screen.]
628633

629634
For anything else, follow the guidance in the GitLab Community Edition readme, which can be found at https://gitlab.com/gitlab-org/gitlab-ce/tree/master[].
630635
There you'll find assistance for installing GitLab using Chef recipes, a virtual machine on Digital Ocean, and RPM and DEB packages (which, as of this writing, are in beta).
@@ -633,15 +638,27 @@ There's also ``unofficial'' guidance on getting GitLab running with non-standard
633638

634639
==== Administration
635640

641+
GitLab's administration interface is accessed over the web.
642+
Simply point your browser to the hostname or IP address of the machine where GitLab is installed, and log in as the admin user.
643+
The default username is `[email protected]`, and the default password is `5iveL!fe` (which you will be prompted to change as soon as you enter it).
644+
Once logged in, click the ``Admin area'' icon in the menu at the top right.
645+
646+
[[gitlab_menu]]
647+
.The ``Admin area'' item in the GitLab menu.
648+
image::images/gitlab-menu.png[The ``Admin area'' item in the GitLab menu.]
649+
650+
===== Users and Groups
636651
* Users
637652
* Groups
638-
* Projects
639-
** Visibility levels
640-
** Labels
653+
654+
===== Projects
655+
* Visibility levels
656+
* Labels
657+
658+
===== Other Tools
641659
* Hooks
642-
* Other admin tools
643-
** Logs
644-
** Messages
660+
* Logs
661+
* Messages
645662

646663
==== Basic Operation
647664

en/book/images/GitLab-menu.png

10.8 KB
Loading

en/book/images/bitnami.png

16.5 KB
Loading

0 commit comments

Comments
 (0)