Setup Gitlab project for code review properly

1
2
3
4
5
6
7
8
9
10
11
12
brew upgrade git
brew install re
brew install postgresql

git clone https://github.com/gitlabhq/gitlabhq.git
cd gitlabhq
rvm install ruby-2.6.5
rvm gemset create gitlab-12.9.1
rvm gemset use gitlab-12.9.1
bundle install
git checkout v12.9.1
bundle install