Add deployment section with npm install and docker pull statements
parent
7008d9d0bb
commit
d98d20c646
14
README.md
14
README.md
|
@ -15,11 +15,21 @@ as 2nd factor.
|
||||||
address.
|
address.
|
||||||
* Access restriction after too many authentication attempts.
|
* Access restriction after too many authentication attempts.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
### With NPM
|
||||||
|
|
||||||
|
npm install -g authelia
|
||||||
|
|
||||||
|
### Docker
|
||||||
|
|
||||||
|
docker pull clems4ever/authelia
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
The provided example is docker-based so that you can deploy and test it very
|
The provided example is docker-based so that you can deploy and test it very
|
||||||
quickly.
|
quickly. First clone the repo make sure you don't have anything listening on
|
||||||
Before starting, make sure you don't have anything listening on port 8080.
|
port 8080 before starting.
|
||||||
Then, type the following command to build and deploy the services:
|
Then, type the following command to build and deploy the services:
|
||||||
|
|
||||||
docker-compose build
|
docker-compose build
|
||||||
|
|
Loading…
Reference in New Issue