Skip to content

Uninett/probe-website

Repository files navigation

Clone project:

git clone --recursive https://github.com/UNINETT/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.

Build the initial database

sqlite3 database.db < database.sqlite.sql

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

Contributors 3

  •  
  •  
  •