Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 494 Bytes

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