From 44555aaa35fdd2f37c829e10067f5db5a525c692 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Jun 2023 09:57:21 +0200 Subject: [PATCH] Added README.md content --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 787de7f..623eeae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # abgame +Simple choice game. + +## Installation + +1. Clone the Repo into `/opt/ab/` +2. Put A/B questions in `ab.txt` +3. Optional: Set `title` and `separator` variables in `game.py` +4. Install requirements (pip install -r requirements.txt) +5. Install `supervisord` +6. Copy `supervisor.conf` to `/etc/supervisor/conf.d/abgame.conf` +7. Reload supervisor (`supervisorctl reload`) +8. Open your browser and navigate to `http://localhost:5000`