commit
e70f0914f3
|
@ -39,5 +39,5 @@ controller.
|
||||||
Please refer to the following [README](../example/kube/README.md) for more
|
Please refer to the following [README](../example/kube/README.md) for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
|
|
||||||
[config.template.yml]: ../config.template.yml
|
[config.template.yml]: ../config.template.yml
|
||||||
|
[Getting Started]: ./getting-started.md
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Getting started
|
# Getting Started
|
||||||
|
|
||||||
**Authelia** can be tested in a matter of seconds with docker-compose based
|
**Authelia** can be tested in a matter of seconds with docker-compose based
|
||||||
on the latest image available on [Dockerhub] or by building the latest version
|
on the latest image available on [Dockerhub] or by building the latest version
|
||||||
|
@ -62,7 +62,7 @@ following command:
|
||||||
|
|
||||||
## From source
|
## From source
|
||||||
|
|
||||||
To deploy **Authelia** from source, follow the [Build] manual and run the
|
To deploy **Authelia** from source, follow the [build] manual and run the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
./scripts/example-commit/deploy-example.sh
|
./scripts/example-commit/deploy-example.sh
|
||||||
|
@ -96,5 +96,6 @@ for testing only.
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
|
[config.template.yml]: ../config.template.yml
|
||||||
[DockerHub]: https://hub.docker.com/r/clems4ever/authelia/
|
[DockerHub]: https://hub.docker.com/r/clems4ever/authelia/
|
||||||
[Build]: ./docs/build.md
|
[Build]: ./build.md
|
Loading…
Reference in New Issue