These are the web pages used by the BYU Internet Research Lab. You can see the pages at http://internet.byu.edu.
The pages are built using:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python app.py
to start a local server with the web pages, and
python app.py build
to build a static set of pages you can place on any web server.
To upload to a server:
doit install
Modify the file dodo.py
as needed.
Copyright (c) 2015 BYU Internet Research Lab
Released under the Creative Commons Attribution-ShareAlike 3.0 Unported License.