Skip to content

Wiredcraft/gh-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-report

Github reporting service

Discussion about requirements in issues #1 and #4

Local Setup

  1. Clone with git clone git@github.com:Wiredcraft/gh-report.git.
  2. Install all Python libraries with pip install -r requirements.txt.
  3. Set up database using python init_db.py. Then move it to the right location (per default configuration) mv app.sqlite app/
  4. Run locally using python run.py and view the running implementation at http://127.0.0.1:5000/