You'll need to first install the following:
- Ruby 2.3.1
- Bundler
- node.js
- Postgres
- imagemagick
- qt
Then, run script/bootstrap
to install gems and seed your database.
Run script/server
and navigate to http://localhost:3000.
We automatically generate a dummy user account. You can login as admin@example.com
with the password password
.
Make sure you have a test database by running rake db:test:prepare
. Then, either use bin/guard
, which will watch for changes and run tests automatically, or run rspec
directly.
(If you're on Linux, you'll need to manually run an X server before running javascript-enabled specs.)