In this section you'll find manuals, screencasts and step-by-step tutorials that illustrate various features of Kwatee. Many of the files used to build these tutorials can be found in the installation's kwatee-x.y.z/tutorials directory.
Guides | Installation guide, user guide and developer guide. |
PHP app | Configure and deploy an open source PHP application on a web server (LAMP and IIS/PHP/MySQL). |
Intro5'18'' | This first introductory tutorial demonstrates basic deployment on a single server of a very simple tcp service that waits for connections and echoes back message with the current time. It then proceeds with showing the how to templatize the generic tcp service using the overlay mechanism. |
Branding3'13'' | In this tutorial we start from a generic php web site and show how it can be branded for different customers without modifying the original package. |
Cloud2'40'' | This tutorial extends the branding tutorial and demonstrates how our web site can be deployed on a pool of Amazon EC2 load-balanced web servers. We show how Kwatee dynamically de-registers and re-registers instances from the Elastic Load Balancer during updates in order to protect against erratic transient states. |
Tomcat | This step-by-step tutorial demonstrates the configuration and deployment of a Tomcat web application on one or more servers. |
Guides
PHP app
Intro