Merge pull request #1203 from jaimeiniesta/fix-readme-setup
no need to db:create here
This commit is contained in:
@@ -34,7 +34,6 @@ cd consul
|
|||||||
bundle install
|
bundle install
|
||||||
cp config/database.yml.example config/database.yml
|
cp config/database.yml.example config/database.yml
|
||||||
cp config/secrets.yml.example config/secrets.yml
|
cp config/secrets.yml.example config/secrets.yml
|
||||||
rake db:create
|
|
||||||
bin/rake db:setup
|
bin/rake db:setup
|
||||||
bin/rake db:dev_seed
|
bin/rake db:dev_seed
|
||||||
RAILS_ENV=test rake db:setup
|
RAILS_ENV=test rake db:setup
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ cd consul
|
|||||||
bundle install
|
bundle install
|
||||||
cp config/database.yml.example config/database.yml
|
cp config/database.yml.example config/database.yml
|
||||||
cp config/secrets.yml.example config/secrets.yml
|
cp config/secrets.yml.example config/secrets.yml
|
||||||
rake db:create
|
|
||||||
bin/rake db:setup
|
bin/rake db:setup
|
||||||
bin/rake db:dev_seed
|
bin/rake db:dev_seed
|
||||||
RAILS_ENV=test rake db:setup
|
RAILS_ENV=test rake db:setup
|
||||||
|
|||||||
Reference in New Issue
Block a user