Skip to content

SUNET/probe-website

 
 

Repository files navigation

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/

About

Website part of the WiFi probe system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.7%
  • HTML 25.9%
  • Shell 10.8%
  • CSS 0.6%