2023-06-02 09:47:04 +02:00
|
|
|
# abgame
|
|
|
|
|
2023-06-02 09:57:21 +02:00
|
|
|
Simple choice game.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
1. Clone the Repo into `/opt/ab/`
|
|
|
|
2. Put A/B questions in `ab.txt`
|
2023-06-02 10:24:06 +02:00
|
|
|
3. Optional: Set config variables in `config.ini`
|
2023-06-02 09:57:21 +02:00
|
|
|
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`
|