Skip to content

Neiby/reapr-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

About

Display table data collected by REAPR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.7%
  • HTML 29.4%
  • Dockerfile 4.9%