-
Install PostgreSQL (eg.
brew install postgres
or via PostgreSQL.org). -
Run
bin/setup
to setup Bundler, install gem dependencies and configure the databases. -
Run
rake test
to execute the test suite. -
Run
rails server
to begin the server at localhost:3000! -
Configure your copy of Helpy in
config/settings/<your-environment>.yml
.