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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4e42c6c..e9cac06f 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,11 @@ $ make
$ ./gitlab-pages -listen-https ":9090" -root-cert=path/to/example.com.crt -root-key=path/to/example.com.key -pages-root path/to/gitlab/shared/pages -pages-domain example.com
```
+### Getting started with development
+
+See [docs/development.md](docs/development.md)
+
+
### Run daemon **in secure mode**
When compiled with `CGO_ENABLED=0` (which is the default), `gitlab-pages` is a
@@ -287,6 +292,13 @@ pages-domain=example.com
use-http2=false
```
+
+
+### Testing and linting
+
+See [docs/development.md](docs/development.md)
+
+
### License
MIT