Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 755 Bytes

Evaluator

This file documents the API server.

Ruby Version

2.2.1

Postgresql

Postgresql version must be >= 10

Installing dependencies

To install dependencies run bundle install make sure you have the bundler gem installed.

Configuration

For environment variables read this document.

How to run the test suite

bundle e rake spec

Services (job queues, cache servers, search engines, etc.)

Running development server

bundle e unicorn -p 3000 to run a server that listens on port 3000

Database creation

For information on how to create the postgresql database please checkout this document.

Running mailer background workers

bundle exec sidekiq -q mailers