Skip to content

BEBeach/augur_view

 
 

Repository files navigation

augur_view

HTML frontend for Chaoss/Augur, written with Bootstrap and served by Flask

To run as a local instance:

  1. setup a virtual environment
    • python3 -m venv env
    • source env/bin/activate
  2. Make sure you have the requirements installed
    • pip3 install flask, pyyaml, urllib3
  3. Run the app
    • ./run.sh
  4. Open up the webpage at either
    • localhost:5000/status
    • 127.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.

Contributing

To get started with developing for augur_view, see modules.

Copyright 2021 University of Missouri, and University of Nebraska-Omaha

About

4320 Work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 59.3%
  • Python 34.4%
  • CSS 6.2%
  • Shell 0.1%