Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fa9c3959
Commit
fa9c3959
authored
Jun 10, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extract gitlab-shell configuration note to gitlab-shell section.
parent
b980ab40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
doc/install/installation.md
doc/install/installation.md
+9
-4
No files found.
doc/install/installation.md
View file @
fa9c3959
...
...
@@ -240,7 +240,12 @@ GitLab Shell is an ssh access and repository management software developed speci
# Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.5] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
# By default, the gitlab-shell config is generated from your main gitlab config. You can review (and modify) it as follows:
# By default, the gitlab-shell config is generated from your main gitlab config.
#
# Note: When using GitLab with HTTPS, provide paths to the certificates under `ca_file` and `ca_path options.
# In case you are using self signed certificate set `self_signed_cert` to `true`. `gitlab_url` must point to the https host.
#
# You can review (and modify) the gitlab-shell config as follows:
sudo -u git -H editor /home/git/gitlab-shell/config.yml
### Initialize Database and Activate Advanced Features
...
...
@@ -341,9 +346,9 @@ Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has
This is a retrospective of what is needed to configure in order to use GitLab with HTTPS:
1.
In
`gitlab.yml`
enable https by setting
`https`
option to
`true`
1.
In gitlab-shell
`config.yml`
provide paths to the certificates under
`ca_file`
and
`ca_path options
.
In case you are using self signed certificate set `
self_signed_cert
` to `
true
`.
`
gitlab_url
` must point to the https host.
1. Use
`
gitlab-ssl
` nginx config
1.
In gitlab-shell
`config.yml`
check if certificate options
`ca_file`
,
`ca_path options`
or
`self_signed_cert`
are set
.
`gitlab_url`
must point to the https host.
1.
Use
the
`gitlab-ssl`
nginx config.
### Additional markup styles
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment