Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/pages
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-22 10:57:27 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:30 +0300
commite40693047aeb293afa00800a5eea743559337308 (patch)
tree286c5f092a7d9bbf236db126ebbc15a668236d40 /doc/pages
parentbdc7301aa448b79766fa342459aa1749deeb7b85 (diff)
Checkout the tag of pages daemon
Diffstat (limited to 'doc/pages')
-rw-r--r--doc/pages/administration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index 7bdd331df65..ddbc8a7765f 100644
--- a/doc/pages/administration.md
+++ b/doc/pages/administration.md
@@ -86,8 +86,8 @@ can set it up, so you basically have three choices:
pages will not be able to be served with user provided certificates. For
HTTP it's OK to use HTTP or TCP load balancing.
-In this document, we will proceed assuming the first option. First let's
-install the pages daemon.
+In this document, we will proceed assuming the first option. Let's begin by
+installing the pages daemon.
### Install the Pages daemon
@@ -97,7 +97,7 @@ install the pages daemon.
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-pages.git
cd gitlab-pages
-sudo -u git -H git checkout 0.2.0
+sudo -u git -H git checkout v0.2.0
sudo -u git -H make
```