Skip to content

Database creation

yaaaaashiki edited this page May 5, 2018 · 3 revisions

Execute the following command

bundle exec rails db:create
bundle exec rails db:migrate:reset
bundle exec rails db:seed_fu

tips

Only ubuntu16.04, execute the following command for use mysql_config command in config/database.yml

sudo apt install libmysqlclient-dev