/SystemGUI

GUI for interacting with an Engines System via an EnginesD API.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Engines System GUI

A GUI for Spaces written with a Sinatra back end and an SPA client.

Run

  1. Spaces

This application assumes that it is in a common directory to Spaces.

Gemfile imports the Spaces gem by a relative path: gem "spaces", '0.1.0', :path => "../Spaces"

  1. Dependencies

Needs Ruby bundle and NPM install.

Before running the application:

bundle
npm i
  1. System

Needs imagemagick and ghostscript.

For example, to install on Mac OS X $ brew install imagemagick ghostscript

  1. Start

bundle exec thin start --threaded

Test

bundle exec rspec