Skip to content

skinwalker-ranch-insiders/reapr-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reapr-web

Installing:

$ git clone [email protected]:skinwalker-ranch-insiders/reapr-web.git
$ cd reapr-web/
$ [Edit settings.py with your favorite editor and save it]
$ sudo docker build -t python-docker .
$ sudo docker run --name reapr-web -d -p 5000:5000 python-docker

To view collected records open: http://[DockerIP]:5000

This will display the contents of the table: yt_events in the database you specify in settings.py

You can customize the HTML template in templates/table.html