# Install ruby dependencies...
$ bundle install
# Install front-end dependencies...
$ rake bower:install
Reminder: you should've rails, bower and mondogb installed in your machine.
If you are a coopera member, go to this url:
https://github.com/organizations/coopera/settings/applications/238108
And copy the ID and secret of the app and paste them at your .env file.
DON'T COMMIT THIS FILE TO THE VCS
For other users, create a new app here:
https://github.com/settings/applications/new
And do the same mentioned above.
Remember:
DON'T COMMIT THE .ENV FILE TO THE VCS
Run a mongodb server:
$ mongod
And the app server:
$ bundle exec foreman start
especially for coopera members
To do