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
1f1cddfd
Commit
1f1cddfd
authored
Dec 17, 2015
by
Achilleas Pipinellis
Committed by
Kamil Trzcinski
Dec 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point to GP administration guide, no need to duplicate things [ci skip]
parent
355ca2ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
doc/install/installation.md
doc/install/installation.md
+4
-10
No files found.
doc/install/installation.md
View file @
1f1cddfd
...
...
@@ -269,7 +269,7 @@ sudo usermod -aG redis git
# Change the permissions of the directory where CI artifacts are stored
sudo chmod -R u+rwX shared/artifacts/
# Change the permissions of the directory where
CI artifact
s are stored
# Change the permissions of the directory where
GitLab Page
s are stored
sudo chmod -R ug+rwX shared/pages/
# Copy the example Unicorn config
...
...
@@ -436,16 +436,10 @@ Make sure to edit the config file to match your setup:
# or else sudo rm -f /etc/nginx/sites-enabled/default
sudo editor /etc/nginx/sites-available/gitlab
Copy the GitLab pages site config:
If you intend to enable GitLab pages, there is a separate Nginx config you need
to use. Read all about the needed configuration at the
[
GitLab Pages administration guide
](
../pages/administration.md
)
.
sudo cp lib/support/nginx/gitlab-pages /etc/nginx/sites-available/gitlab-pages
sudo ln -s /etc/nginx/sites-available/gitlab-pages /etc/nginx/sites-enabled/gitlab-pages
# Change YOUR_GITLAB_PAGES\.DOMAIN to the fully-qualified
# domain name under which the pages will be served.
# The . (dot) replace with \. (backslash+dot)
sudo editor /etc/nginx/sites-available/gitlab-pages
**Note:**
If you want to use HTTPS, replace the
`gitlab`
Nginx config with
`gitlab-ssl`
. See
[
Using HTTPS
](
#using-https
)
for HTTPS configuration details.
### Test Configuration
...
...
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