A simple page that shows us the status of our S3-based backups.
Make sure you havy Python 2.7 (and the pip package manager).
pip install -r requiremnts
Then copy `app.config.template` to `app.config` and enter in your S3 credentials.
Use
---
Run this command and then visit `localhost:5000` with a web browser
python server.py
Deployment
----------