An open API service indexing awesome lists of open source software.

https://github.com/dschep/fountainhead-status

http://fountainhead-stat.us/
https://github.com/dschep/fountainhead-status

Last synced: about 2 months ago
JSON representation

http://fountainhead-stat.us/

Awesome Lists containing this project

README

        

# Fountainhead MTB Trail Status
This uses Twilio to call the status hotline and transcribe the message and then
host a page showing the result!

## Required Environment Variables
* TWILIO_ACCOUNT_SID - your twilio account sid
* TWILIO_AUTH_TOKEN - your twilio auth token
* TWILIO_FROM - the from phone number, should be a number belonging to your twilio account
* SERVER_URL - the root of where this server lives for the purposes of twilio callbacks
* SQLALCHEMY_DATABASE_URI - the database url (for SqlAlchemy)
* FACEBOOK_ACCESS_TOKEN - Facebook access token

## Run locally (REQUIRES DOCKER)
Run `docker-compose up`

## Deploy to server (ansible, docker/nginx on server)
Edit the vars in `ansible/deploy.yml` to your liking and deploy with
`ansible-playbook deploy.yml -i yourserver.com, -K`