Scriptoria Workflow Engine, on Ruote
- Ruby 2.2+
- Postgres 9+
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 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