Skip to content
Snippets Groups Projects
Commit 143a03e5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Update docs for 5.2

parent fd50e8e9
No related branches found
No related tags found
No related merge requests found
# From 5.1 to 5.2
### 1. Stop server
sudo service gitlab stop
### 2. Get latest code
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 5-2-stable
```
### 3. Update gitlab-shell
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.4.0
```
### 4. Install libs, migrations etc
```bash
cd /home/git/gitlab
sudo -u git -H bundle install --without development test postgres --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
```
### 5. Start application
sudo service gitlab start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment