|
Once, you have specified required information for your application to be displayed in the list of available applications under a domain. The next step is to specify set of instructions to tell how to do the actual installation and also what is required for the users’ domain configuration in order to run the application. This is the section that contains install instructions about the product. This section is structured as:
Requirements
This sub section specifies all the requirements for this application. It allows you to configure the requirements.
|
<Database type="MySQL" version="" /> The possible values for database type are ‘MySQL’ with their different versions. This node is optional and in case no database is required, you can omit it.
<Script type="ASP" version="2" /> This node shows the required scripting language. It is also optional and in case no scripting is required, you can omit this node as well. |
Properties
This sub section specifies the input parameters that are required to be filled by the user while installing this application.
|
<Properties> <Property name="VirtualDirectoryName" friendlyname="Virtual Directory Name" type="text" length="25" required="true" /> <Property name="Title" friendlyname="Forum Title" type="text" length="25" required="true" /> <Property name="Description" friendlyname="Forum Description" type="textarea" required="false" length="255" /> </Properties> |
Actions
Actions are set of instructions to be performed and some system variables.
See Also: