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:
authorEric Eastwood <contact@ericeastwood.com>2020-08-27 23:18:22 +0300
committerEric Eastwood <contact@ericeastwood.com>2020-09-10 17:12:11 +0300
commitf65ffef425cbdcea7a9efa4394780493a5d52e3a (patch)
tree53801eb64546d327842b9c3569b181bdd44b67a0 /README.md
parentef47843327c85f1539347014f885d9b178e8411d (diff)
Add getting started development docs using included examples
Tips I found useful while developing https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/336 Thanks @jaime for the help!
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