Skip to content

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

License

Notifications You must be signed in to change notification settings

engines/SystemGUI

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published