Skip to content

Instantly share code, notes, and snippets.

@wagura-maurice
Last active August 2, 2019 09:02
Show Gist options
  • Save wagura-maurice/25e11b8facf673936952d7239c66c87e to your computer and use it in GitHub Desktop.
Save wagura-maurice/25e11b8facf673936952d7239c66c87e to your computer and use it in GitHub Desktop.
Clone respected git repository
git clone https://github.com/martynbiz/human_services_finder.git
Install all dependencies
bundle install
Create db and migrate schema
rake db:create
rake db:migrate // rake db:schema:load
rake db:seeds
Now run your application
rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment