- Install ImageMagick (
brew install imagemagickorsudo apt-get install imagemagick)
- Copy and modify the database.yml file:
cp config/database.yml.example config/database.yml - Copy and modify the .env file:
cp .env.example .env - Run
bundle installto install all the gems - Run
rake db:setupto create and seed the database - Run
foreman startto run the server
- Run
rake db:test:load - Run
guardin another terminal to re-run the tests as and when files are modified
- Run
bundle install - Run
rake db:migrate