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 env
source env/bin/activate
- Make sure you have the requirements installed
pip3 install flask pyyaml urllib3
- Run the app
./run.sh
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 example, if you are serving from http://new.augurlabs.io you would enter the url: http://new.augurlabs.io/settings/reload.
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