Skip to content

ifad/scriptoria-core

Repository files navigation

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