From 88384f37f359c7cab11ec89ebc8c197b55292ed0 Mon Sep 17 00:00:00 2001 From: Jonas Grubbauer <63007476+JohnGrubba@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:54:09 +0100 Subject: [PATCH] Update Quickstart Tutorial --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01a1d51..0dbe82c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,13 @@ ## Quickstart -To test a Demo Setup of EZAuth quickly, go into the `demo` folder and run the following command: +1) Clone EZAuth Repository (`git clone https://github.com/JohnGrubba/ezauth`) +2) `cd ezauth` +3) `cp config/configtemplate.json config/config.json` +4) Edit Configuration under (`config/config.json`) [Config Documentation](https://johngrubba.github.io/ezauth/configuration/configuration/) +5) `mkdir config/email && cp config/emailtemplate/* config/email/` +6) Edit E-Mails under (`config/email/*`) +7) Start EZAuth ```sh docker-compose up -d