Skip to content

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

License

Notifications You must be signed in to change notification settings

aderholdst/codefortheplanet.org

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.3%
  • Ruby 34.5%
  • Other 1.2%