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/
- Host: GitHub
- URL: https://github.com/dschep/fountainhead-status
- Owner: dschep
- Created: 2015-07-10T02:55:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T23:27:32.000Z (over 9 years ago)
- Last Synced: 2025-01-17T16:55:58.979Z (3 months ago)
- Language: Python
- Size: 148 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`