Skip to content
Snippets Groups Projects

6 2 stable

Closed gitlab-qa-bot requested to merge 6-2-stable into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
cd /home/git/gitlab
cd /home/git/gitlab
# Checkout to stable release
# Checkout to stable release
sudo -u git -H git checkout 6-1-stable
sudo -u git -H git checkout 6-2-stable
**Note:**
**Note:**
You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it
## Configure it
Loading