Logo Lanfrica

mikefab/montserrado-response

Domain:

healthcarepeace and security

Record type:

software
Creator:
mik
Host:
A map of ebola related emergency response teams in Montserrado county, Liberia #Montserrado Response This rails/angular application is a map of ebola response teams throughout Montserrado county in Liberia. Logged in users see contact information. This app runs live at: montserrado-response.heroku…. ###Guide### You must have Postgres installed (postgresapp.com) git clone github.com cd montserrado-response ####Install gems#### bundle ####Run migrations#### bundle exec rake db:migrate ####Create user#### rails c User.create!(email: 'admin@example.com', password: 'your_own_password', role: 'admin') Use ctrl 'c' to exit the console ###Run the server### rails s browse to localhost:3000