8000 GitHub - alindeman/medlink: A project to make it easier for Peace Corps volunteers to get their medical supplies, started as a Random Hack of Kindness
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A project to make it easier for Peace Corps volunteers to get their medical supplies, started as a Random Hack of Kindness

License

Notifications You must be signed in to change notification settings

alindeman/medlink

 
 

Repository files navigation

Code Climate Build Status

PC Medlink - Peace Corps Medical Supplies

This project grew out of a National Day of Civic Hacking. You can see a live version of the site at www.pcmedicalsupplies.org.

Developing locally

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:

Twilio (SMS integration)

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 (background jobs)

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.

Contributors

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.

About

A project to make it easier for Peace Corps volunteers to get their medical supplies, started as a Random Hack of Kindness

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 61.0%
  • CSS 33.2%
  • CoffeeScript 5.2%
  • JavaScript 0.6%
0