Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.23 KB

scriptoria-core

Build Status Code Climate Test Coverage License

Scriptoria Workflow Engine, on Ruote

Requirements

  • Ruby 2.2+
  • Postgres 9+

Installation

Clone the repo then:

bundle install

Then start the services:

bundle exec unicorn -p 1234
bundle exec bin/worker

The database will be setup automatically - you don't need to run migrations.

Configuration

Configuration can be provided by environmental variables or a .env file:

  • DATABASE_URL - Postgres URL, e.g. postgres://scriptoria-core@localhost/scriptoria-core
  • BASE_URL - The URL where Scriptoria Core is accessible, e.g. http://scriptoria-core.mycompany.com

Documentation

API docs

License

MIT license