From d98d20c6468f1f7202b6376027ecd887ec6ef57d Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 29 Jan 2017 17:01:12 +0100 Subject: [PATCH] Add deployment section with npm install and docker pull statements --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4da53c2a6..676d6d936 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,21 @@ as 2nd factor. address. * Access restriction after too many authentication attempts. +## Deployment + +### With NPM + + npm install -g authelia + +### Docker + + docker pull clems4ever/authelia + ## Getting started The provided example is docker-based so that you can deploy and test it very -quickly. -Before starting, make sure you don't have anything listening on port 8080. +quickly. First clone the repo make sure you don't have anything listening on +port 8080 before starting. Then, type the following command to build and deploy the services: docker-compose build