coopera / teamtracker

0 stars 0 forks source link

Team Tracker

wercker status

Code Climate

Installing Dependencies

# Install ruby dependencies...
$ bundle install
# Install front-end dependencies...
$ rake bower:install

Reminder: you should've rails, bower and mondogb installed in your machine.

Setting environment variables

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

Starting the server

Run a mongodb server:

$ mongod

And the app server:

$ bundle exec foreman start

Contributing

especially for coopera members

To do