This project grew out of a National Day of Civic Hacking. You can see a live version of the site at www.pcmedicalsupplies.org.
If you have any questions at all, feel free to email James or post on the Google Group.
To get started with a local copy of the project, run
$ git clone git@github.com:atlrug-rhok/medlink.git
$ bundle
$ rake db:setup
and you should be off to the races. You can check your setup by running the specs with
$ rake spec
If it's green, you should be good to go.
A few components require a little extra setup to run:
You'll need to sign up for Twilio and set the TWILIO_ACCOUNT_SID, TWILIO_AUTH and TWILIO_PHONE_NUMBER environment variables. If you'd like to receive SMS messages to your local machine, you can set up localtunnel and run
$ localtunnel 3000 # Assuming your development server is running on port 3000
and point your Twilio request URL at the address it specifies (http://something.localtunnel.com).
Resque requires Redis. On OSX, you can
brew install redis
Installation should be similar with your package manager of choice. To start a background worker, run
$ QUEUE=* bundle exec rake environment resque:work
Note that, unlike the development server, Resque workes do not automatically restart as files are changed.
Special thanks to the consulting Peace Corp members, without whom none of this would be possible:
- Patrick Choquette
- Caitlyn Bauer
- Jeffrey Rhodes
- Danel Trisi
Additional thanks to the RHoK team for their outstanding work getting this project off the ground:
- John Craft
- Jack Craft
- James Dabbs
- Diane Deseta
- Kate Godwin
- Jonathan Howard
- Clint Lee
- Gordon Macie
- Drew Pak
- John Petitte
- Luke J Reimer
- Al Snow
- Patrick Stoica
- Jake Swanson
- Nate Tate
- Kevin Sun
We welcome other contributions - just open up an issue or a pull request.