From dfb0f539a3af6e48e023250e8aeda390071c187e Mon Sep 17 00:00:00 2001 From: Ryan Resella Date: Sat, 4 Feb 2012 19:50:08 -0800 Subject: [PATCH] Added database instructions to readme [ci skip] --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c67b574..b60d5b8 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,21 @@ You can see a running version of the application at [demo]: http://adopt-a-hydrant.herokuapp.com/ ## Installation +This application requires [Postgres](http://www.postgresql.org/) to be installed + git clone git://github.com/codeforamerica/adopt-a-hydrant.git cd adopt-a-hydrant bundle install + bundle exec rake db:create + bundle exec rake db:schema + ## Usage rails server +## Seed Data + bundle exec rake db:seed + ## Contributing In the spirit of [free software][free-sw], **everyone** is encouraged to help improve this project. @@ -91,7 +99,7 @@ timely fashion. If critical issues for a particular implementation exist at the time of a major release, support for that Ruby version may be dropped. ## Copyright -Copyright (c) 2011 Code for America. See [LICENSE][] for details. +Copyright (c) 2012 Code for America. See [LICENSE][] for details. [license]: https://github.com/codeforamerica/adopt-a-hydrant/blob/master/LICENSE.md