Skip to content

awestruct/web-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7152039 · Dec 3, 2013
Sep 6, 2013
Dec 3, 2013
Jun 14, 2013
Jun 19, 2013
Nov 21, 2013
Jun 19, 2013
Jun 21, 2013
Jul 17, 2013
Jul 1, 2013
Aug 27, 2013
Nov 25, 2013
Nov 1, 2013
Jul 24, 2013
Jun 24, 2013
Jun 24, 2013
Jun 19, 2013
Nov 18, 2013
Nov 18, 2013
Aug 27, 2013
Nov 1, 2013
Nov 1, 2013
Sep 5, 2013
Sep 5, 2013
Nov 21, 2013
Dec 3, 2013
Jun 21, 2013

Repository files navigation

Awestruct GUI Editor

Getting Started

  1. Clone this repo into a directory: https://github.com/awestruct/web-editor.git

  2. Move into the directory: cd web-editor

  3. Install dependencies: bundle install

  4. Start the server: rackup

Using a different web server

If you would like to use something besides Webrick simply install the different ruby server by adding one of the following lines to the bottom of Gemfile:

gem 'puma'
gem 'thin'
Tip
We recommend puma as it works with the widest matrix of ruby versions and architectures.

After one of those servers has been added to the Gemfile run

bundle install

then proceed with rackup.

Browser Support

The application takes advantage of the latest in CSS3 flexbox so the following browsers are currently supported:

  • Google Chrome Latest

  • Firefox 22+

  • Safari 6+

Contributing

compass watch to watch for SASS changes

Create a copy of the app for usage

Run rake assets:deploy to copy the files necessary for using the server to the deploy directory (by default /opt/web-editor)