Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
G
GitLab recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Achilleas Pipinellis
GitLab recipes
Commits
ab3dd4b4
Commit
ab3dd4b4
authored
10 years ago
by
Achilleas Pipinellis
Browse files
Options
Downloads
Patches
Plain Diff
Ensure the correct SELinux contexts are set
parent
204c59e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/centos/README.md
+6
-2
6 additions, 2 deletions
install/centos/README.md
with
6 additions
and
2 deletions
install/centos/README.md
+
6
−
2
View file @
ab3dd4b4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment