Hackday project: a web page showing various Pepper mobile apps-related data.
- Python >= 3.5
- A modern web browser
- (Optional, but recommended) A uWSGI-capable web server
- Clone this repo somewhere
pip install -r requirements.txt
Copy the config.example.py
file to config.py
and fill in the configuration parameters.
Available configuration parameters are:
SECRET_KEY
Set this to a complex random value
I'll let you search yourself about how to configure a web server along uWSGI.
- Standalone
Run the internal web server, which will be accessible at http://localhost:8080
:
python local.py
Edit this file and change the interface/port as needed.
- uWSGI
The uWSGI file you'll have to set in your uWSGI configuration is uwsgi.py
. The callable is app
.
- Others
You'll probably have to hack with this application to make it work with one of the solutions described here.