File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -283,20 +283,24 @@ GitLab Shell is a ssh access and repository management application developed spe
283
283
cd /home/git
284
284
285
285
# Clone gitlab shell
286
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.1
286
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.3
287
287
288
288
cd gitlab-shell
289
289
290
290
sudo -u git -H cp config.yml.example config.yml
291
291
292
292
# Edit config and replace gitlab_url
293
293
# with something like 'https://domain.com/'
294
- # also edit self_signed_cert to true if you are going to use selfsigned cert
294
+ # also edit self_signed_cert to true if you are going to use a self signed cert
295
295
sudo -u git -H editor config.yml
296
296
297
297
# Do setup
298
298
sudo -u git -H /usr/local/bin/ruby ./bin/install
299
299
300
+ # Ensure the correct SELinux contexts are set
301
+ # Read http://wiki.centos.org/HowTos/Network/SecuringSSH
302
+ restorecon -Rv /home/git/.ssh
303
+
300
304
----------
301
305
302
306
## 5. Database
You can’t perform that action at this time.
0 commit comments