Template Webapp Installers
This page allows you to specify third-party web apps to be installed when a new virtual server is created using this template. For each webapp, the following information must be entered :

Webapp
The name and version of a webapp to install
URL path
A path under the virtual server's website to install the webapp, such as /wordpress. This will also determine the directory under ~/public_html that contains the webapp's files.
DB name
The name of the database that the webapp will use to store data. The options are :
None
This should be selected for web apps that do not need a database, such as Gallery.
Main database
The webapp's database will be the virtual server's primary database of the chosen type.
Other
If you want this webapp to use its own private database, this option can be selected and the pattern for a database entered in the adjacent text field. For example, you might enter ${DB}_phpnuke. If the resulting database does not exist, it will be created as part of the webapp installation process.
DB type
The type of database use for the web apps data, if any is selected.