BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9f3eb5e0
Commit
9f3eb5e0
authored
Mar 10, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/pages-unzip-dep' into 'master'
Add zip/unzip as dependencies for Pages source installations Closes #28440 See merge request !9828
parents
f67019ad
dc262839
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
source.md
doc/administration/pages/source.md
+12
-8
No files found.
doc/administration/pages/source.md
View file @
9f3eb5e0
...
...
@@ -17,14 +17,17 @@ Pages to the latest supported version.
## Prerequisites
Before proceeding with the Pages configuration, you will need to:
1.
Have a separate domain under which the GitLab Pages will be served. In this
document we assume that to be
`example.io`
.
1.
Configure a
**wildcard DNS record**
.
1.
(Optional) Have a
**wildcard certificate**
for that domain if you decide to
serve Pages under HTTPS.
1.
(Optional but recommended) Enable
[
Shared runners
](
../../ci/runners/README.md
)
Before proceeding with the Pages configuration, make sure that:
1.
You have a separate domain under which GitLab Pages will be served. In
this document we assume that to be
`example.io`
.
1.
You have configured a
**wildcard DNS record**
for that domain.
1.
You have installed the
`zip`
and
`unzip`
packages in the same server that
GitLab is installed since they are needed to compress/uncompress the
Pages artifacts.
1.
(Optional) You have a
**wildcard certificate**
for the Pages domain if you
decide to serve Pages (
`*.example.io`
) under HTTPS.
1.
(Optional but recommended) You have configured and enabled the
[
Shared Runners
][]
so that your users don't have to bring their own.
### DNS configuration
...
...
@@ -390,3 +393,4 @@ than GitLab to prevent XSS attacks.
[
reconfigure
]:
../restart_gitlab.md#omnibus-gitlab-reconfigure
[
restart
]:
../restart_gitlab.md#installations-from-source
[
gitlab-pages
]:
https://gitlab.com/gitlab-org/gitlab-pages/tree/v0.2.4
[
shared runners
]:
../../ci/runners/README.md
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