8000 GitHub - Priya730/augur_view
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Priya730/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

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.

Contributing

To get started with developing for augur_view, see modules.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.5%
  • Python 41.0%
  • CSS 7.4%
  • Shell 0.1%
0