You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/CentOS_6.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ This guide installs gitlab on a bare system from scratch using MySQL as the data
14
14
The following steps have been known to work.
15
15
If you deviate from this guide, do it with caution and make sure you don't
16
16
violate any assumptions GitLab makes about its environment.
17
-
For things like AWS installation scripts, init scripts or config files for
18
-
alternative web server have a look at the "Advanced Setup Tips" section.
19
17
20
18
**Important Note:**
21
19
If you find a bug/error in this guide please submit an issue or pull request
@@ -55,7 +53,7 @@ The GitLab installation consists of setting up the following components:
55
53
56
54
We start with a completely clean CentOS 6.3 "minimal" installation which can be accomplished by downloading the appropriate installation iso file. Just boot the system of the iso file and install the system.
57
55
58
-
Note that during the installation you use the *"Configure Network"* option (it's a button in the same screen wher you speciify the hostname) to enable the *"Connect automatically"* option for the network interface and hand (usually eth0).
56
+
Note that during the installation you use the *"Configure Network"* option (it's a button in the same screen where you specify the hostname) to enable the *"Connect automatically"* option for the network interface and hand (usually eth0).
59
57
**If you forget this option the network will NOT start at boot.**
60
58
61
59
The end result is a bare minimum CentOS installation that effectively only has network connectivity and no services at all.
0 commit comments