Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.75 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.75 KB

codefortheplanet.org

Serves as an inspiration and information tool for software developers wanting to make the world a little bit better.

The site at http://www.codefortheplanet.org is not yet considered "launched" ;-) This should happen in between the next 12 hours.

System dependencies

The Ruby version (currently 2.1.4) will be chosen by the files Gemfile and .ruby-version.

You will need to install postgres as this is the database in use. On unix environments it's likely that you have to install a development package as well, it might be called libpq-dev. Full installation instructions can be found on the web for almost every imaginable combination.

Database Configuration & Setup

If you intend to have non-default database names or authentication set things up in config/database.yml

Run rake db:setup to let rails create the databases and run the migrations for you.

As soon as there are some seeds in db/seeds.rb to bootstrap you with data, you can run rake db:seed to have it created.

Running the test suite

Nothing special

bundle exec rake test

Deployment instructions

The project is deployed via the heroku toolbelt. If you want to join the development regularly contact @code4theplanet on twitter.

Contact

Contributing