HTML frontend for Chaoss/Augur, written with Bootstrap and served by Flask
To run as a local instance:
- setup a virtual environment
python3 -m venv envsource env/bin/activate
- Make sure you have the requirements installed
pip3 install flask, pyyaml, urllib3
- Run the app
./run.sh
- Open up the webpage at either
localhost:5000/status127.0.0.1:5000/status
Once the server is running, you can change the default serving url in config.yml and either restart the app or navigate to [approot]/settings/reload in the browser to connect to the desired augur instance.
For installation instructions on a server, see installing.
To get started with developing for augur_view, see modules.
Copyright 2021 University of Missouri, and University of Nebraska-Omaha