Getting Started
-
Clone this repo into a directory:
https://github.com/awestruct/web-editor.git -
Move into the directory:
cd web-editor -
Install dependencies:
bundle install -
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:
|
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
then proceed with rackup.