Pre-reqs:
sudo apt install libmysqlclient-dev
bundle install
Unless happy with the default config (./config/settings.yml
) create:
cp config/settings.yml config/settings.local.yml
And set the database connection configuration as required.
bundle exec rake connect # no output if connection is ok
bundle exec rake db:check_dates_dst