From 493a72e205a958ff4c235de15bd7da546e340bac Mon Sep 17 00:00:00 2001 From: Douglas Queiroz Date: Wed, 25 Nov 2015 14:25:47 -0300 Subject: [PATCH 1/2] =?UTF-8?q?#13=20Melhoria=20das=20instru=C3=A7=C3=B5es?= =?UTF-8?q?=20de=20instala=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f94d70a..2305e28 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,8 @@ Para instalar: * `git clone https://github.com/vitorbaptista/escola-que-queremos` * `cd escola-que-queremos` * `bundle install` +* `Altere o arquivo config/database.yml com as configurações do seu banco MySQL` +* `rake db:create` +* `rake db:migrate` +* `rails s` +* `Acesse pelo browser http://localhost:3000` From 9286d72f047d009f477f1d6b55f066a9f741e1d9 Mon Sep 17 00:00:00 2001 From: Douglas Queiroz Date: Mon, 30 Nov 2015 10:48:17 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Adicionei=20a=20instru=C3=A7=C3=A3o=20carre?= =?UTF-8?q?gar=20hackathon.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2305e28..8a9129c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Para instalar: * `bundle install` * `Altere o arquivo config/database.yml com as configurações do seu banco MySQL` * `rake db:create` +* `Carrege o Dump do banco db/seeds/hackathon.sql` * `rake db:migrate` * `rails s` * `Acesse pelo browser http://localhost:3000`