orlandotech/orlandoio

Getting started guide for contributing

Closed this issue · 1 comments

Hey man, super pumped on this, but I'm a total Ruby noob, can you outline what's required to get started contributing by adding something in the wiki or README?

Yes! I'll get started something more formal for now try this:

bundle install --without production 
rake db:migrate
rename config/application.example.yml to application.yml
replace tokens/keys in application.yml with your own keys for: AWS S3, Github, Facebook 
optional: rake db:seed to pre-populate with a few profiles. 

Let me know if you have any problems