From 59c960f9fe58faabb6e0dc7da7c2a32f861bfd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 7 Aug 2015 14:14:10 +0200 Subject: [PATCH] favors db:setup in the doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1df4987c8..98a8d1cbd 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ cd participacion bundle install cp config/database.yml.example config/database.yml cp config/secrets.yml.example config/secrets.yml -bundle exec bin/rake db:create db:schema:load -RAILS_ENV=test bundle exec rake db:create db:schema:load +bundle exec bin/rake db:setup +RAILS_ENV=test bundle exec rake db:setup ``` Para ejecutar la aplicación en local: