diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-07 20:28:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-07 20:28:41 +0100 |
commit | 8af56f340b6af2684fe4365bc33b478e56654a2b (patch) | |
tree | 306dfa6884dfe3cc5f09bfcd1654920398c61e68 /README.md | |
parent | 1b43f08155fc7244b7ee231aaee4c20ee35f2066 (diff) |
Add imprint and privacy policy samples
Closes #6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ db-infoscreen respects the following environment variables: Set these as needed, create `templates/imprint.html.ep` (imprint) and `templates/privacy.html.ep` (privacy policy), and configure your web server to -pass requests for db-infoscreen to the appropriate port. +pass requests for db-infoscreen to the appropriate port. See the +`examples` directory for imprint and privacy policy samples. You can run the app using a Mojo::Server of your choice, e.g. **perl index.pl daemon -m production** (quick&dirty, does not respect all variables) |