Skip to content
Snippets Groups Projects
Commit ab3dd4b4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Ensure the correct SELinux contexts are set

parent 204c59e1
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ GitLab Shell is a ssh access and repository management application developed spe
cd /home/git
# Clone gitlab shell
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.1
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.9.3
cd gitlab-shell
......@@ -291,12 +291,16 @@ GitLab Shell is a ssh access and repository management application developed spe
# Edit config and replace gitlab_url
# with something like 'https://domain.com/'
# also edit self_signed_cert to true if you are going to use selfsigned cert
# also edit self_signed_cert to true if you are going to use a self signed cert
sudo -u git -H editor config.yml
# Do setup
sudo -u git -H /usr/local/bin/ruby ./bin/install
# Ensure the correct SELinux contexts are set
# Read http://wiki.centos.org/HowTos/Network/SecuringSSH
restorecon -Rv /home/git/.ssh
----------
## 5. Database
......
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