Using the full Controller - tooltwist/documentation GitHub Wiki
This mode is used to deploy to a remove server from within the v8.0 "Controller". This allows you to used the web interface to define projects and servers. The existing config files are used, with the following exceptions:
-
The extension projects defined for the launchpad are ignored, and are replaced by the extension projects defined in
project.json
for the web design project. -
The details in the 'generator slot' file are probably ignored.
Running the Controller
This is as simple as moving to the launchpad directory and running:
$ tooltwist init controller
Edit the generated tooltwist.js as required.
A job for Hudson can be created in the traditional manner, but before running it change the command to change to the launchpad directory and simply run the command tooltwist
.
--