- Inspired by (and much pilfered from): https://github.com/arsho/bottle-bootstrap
- Python 3.6 or higher
- Bootstrap 5
- bottle 0.13-dev
A few details
- Requires Python module
regex
To install:
cd infrared
then:
pip3 install -r requirements.txt
- To run, in the same directory type:
python3 app.py
If it starts, it will say something like:
Bottle v0.13-dev server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
Then visit http://localhost:8080
To stop the server, that is, when you are done using the local web interface, press the control`` and c``` keys
simultaneiously.