diff options
author | Marvin Borner | 2020-10-10 13:32:08 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 13:32:08 +0200 |
commit | c1dac67d7655a5e82e6f91803a8caa5eff59acb8 (patch) | |
tree | 4b4ca09c65b6eb2559148ca26936c442069673a0 | |
parent | 0e57580efcce8e8f11d5e9643700e706a193f920 (diff) |
Updated installation instructions
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ # Abizeugs -These are some tools for our Abitur (2021). They are very poorly written and should never be used by anyone except me. +These are some tools for our Abitur (2021). They are very poorly written and should never be used by anyone except us (RBS TG13). + +## Installation +* Install `nodejs`, `npm`, `redis` and `mariadb`. As the installation instructions vary depending on the platform, please look it up on your own +* Start `redis` and `mariadb` +* Create a `mariadb` database +* Copy `.env.example` to `.env` and edit the file accordingly +* Edit `mottos.txt`, `poll.txt` and `name.csv` (not published due to data protection) +* Run `npm i` +* Start the server with `node app` |