| ... | @@ -193,11 +193,14 @@ See `doc/install/databases.md` |
... | @@ -193,11 +193,14 @@ See `doc/install/databases.md` |
|
|
|
|
|
|
|
## Clone the Source
|
|
## Clone the Source
|
|
|
|
|
|
|
|
# Clone the latest stable release
|
|
# Clone GitLab repository
|
|
|
sudo -u gitlab -H git clone -b stable https://github.com/gitlabhq/gitlabhq.git gitlab
|
|
sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab
|
|
|
|
|
|
|
|
# Checkout to stable release
|
|
|
|
sudo -u gitlab -H git checkout 4-0-stable
|
|
|
|
|
|
|
|
**Note:**
|
|
**Note:**
|
|
|
You can change `stable` to `master` if you want the *bleeding edge* version, but
|
|
You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but
|
|
|
do so with caution!
|
|
do so with caution!
|
|
|
|
|
|
|
|
## Configure it
|
|
## Configure it
|
| ... | |
... | |
| ... | | ... | |