Skip to content

Commit

Permalink
Update Quickstart Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGrubba authored Nov 4, 2024
1 parent 4a5b268 commit 88384f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
## Quickstart

To test a Demo Setup of EZAuth quickly, go into the <a href="demo/">`demo`</a> 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
Expand Down

0 comments on commit 88384f3

Please sign in to comment.