Skip to content
Snippets Groups Projects
Commit 2deef3fe authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files
parent 248c06a0
No related branches found
No related tags found
No related merge requests found
Loading
@@ -289,9 +289,9 @@ sudo usermod -aG redis git
Loading
@@ -289,9 +289,9 @@ sudo usermod -aG redis git
### Clone the Source ### Clone the Source
   
# Clone GitLab repository # Clone GitLab repository
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-0-stable gitlab sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-1-stable gitlab
   
**Note:** You can change `9-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! **Note:** You can change `9-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
   
### Configure It ### Configure It
   
Loading
@@ -475,7 +475,7 @@ with setting up Gitaly until you upgrade to GitLab 9.2 or later.
Loading
@@ -475,7 +475,7 @@ with setting up Gitaly until you upgrade to GitLab 9.2 or later.
sudo -u git cp config.toml.example config.toml sudo -u git cp config.toml.example config.toml
# If you are using non-default settings you need to update config.toml # If you are using non-default settings you need to update config.toml
sudo -u git -H editor config.toml sudo -u git -H editor config.toml
# Enable Gitaly in the init script # Enable Gitaly in the init script
echo 'gitaly_enabled=true' | sudo tee -a /etc/default/gitlab echo 'gitaly_enabled=true' | sudo tee -a /etc/default/gitlab
   
Loading
Loading
# From 9.0 to 9.1 # From 9.0 to 9.1
   
** TODO: **
# TODO clean out 9.0-specific stuff
Make sure you view this update guide from the tag (version) of GitLab you would Make sure you view this update guide from the tag (version) of GitLab you would
like to install. In most cases this should be the highest numbered production like to install. In most cases this should be the highest numbered production
tag (without rc in it). You can select the tag in the version dropdown at the tag (without rc in it). You can select the tag in the version dropdown at the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment