tooltwist
Version:
Tooltwist Command Line Interface
41 lines (23 loc) • 1.05 kB
Markdown
## Purpose
This command is used to invoke the ToolTwist Designer from the command line.
Traditionally ToolTwist is run as a webapp within a Tomcat server. With this
command, ToolTwist can now be downloaded and invoked as a standalone executable
directly from the command line.
## Prerequisites
Before running this command you will need the following installed:
Node version 0.10+
Java version 1.7+
Gradle
ImageMagick
## Running this command
Start with this command:
tooltwist init
You can edit the generated tooltwist.js if you wish, or use it as is to run the designer on the ttdemo web design project.
To run the designer simply use:
tooltwist
Once it is running, you can access the server at
http://localhost:5000/ttsvr/login
## Please Note
This command is currently pre-release, and only intended to be used by existing users of ToolTwist.
At this stage it won't work unless you have access to an existing ToolTwist repository.
More details can be requested from support@tooltwist.com.