diff --git a/README.md b/README.md index 48bffea922914c0b4ab5b884fb3d0c498c98d05e..a521bdb9df6c59e1265826474f3490ee6446fad5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Steps to run the application 1. `npm i` 2. `npm i -g pm2` +3. `cp sample.env .env` +4. Edit the .env files according to your configuration of keycloak etc. ``` This will run the service in background on the server. Allow ports accordingly if you want it to be accessible on internet. ```