Clone project:
git clone --recursive [email protected]:maalepaaler/probe-website.git
In the probe_website directory, do
cp settings.py.example settings.py
cp secret_settings.py.example secret_settings.py
and change the config values in both files.
Execute various setup tasks (this will only make the server ready as a local dev server, i.e. can be run directly with Flask. For apache/nginx, further manual configuration is necessary):
cd probe-website
bash setup_server.sh
To run a dev server:
export FLASK_APP=runserver.py
flask run
For documentation, see: http://wifiprobe-doc.paas.uninett.no/