Site Applications: sitapp Utility

The siteapp utility is used to add site application packages to a Plesk client account's Application pool from the Plesk server Application vault. By using this utility, you can perform the following tasks:

Syntax

siteapp <command> [

<option_1> [<param>]

[<option_2> [<param>]]

…[<option_N> [<param>]]

]

Example

The following command line adds the WebApp application package version 5.02, release number 7 to the application pool of the client account with client login name clientlogin:

# ./siteapp --add-to-vault -sapp WebApp -version 5.02 -release 7

Commands

Command

Parameter

Description

Example

-add-to-vault or -a

<client login name>

Adds a site application package to a Plesk client account's Application pool from the Plesk server Application vault.

 

To add the WebApp application package version 5.02, release number 7 to the application pool of the client account with client login name clientlogin:

# ./siteapp --add-to-vault -sapp WebApp -version 5.02 -release 7

or

# ./siteapp -a -sapp WebApp -version 5.02 -release 7

--info-packages-xml or -x

 

Displays information in the XML format about site application packages available to clients in the Plesk server Application vault.

To display information in the XML format about site application packages available to clients in the Plesk server application vault:

# ./siteapp --info-packages-xml

or

# ./siteapp -x

--help or -h

 

Displays help on the use of the utility.

To display help on the use of the siteapp utility:

./mail --help

or

./mail --h

Options

Option

Parameter

Description

Example

-sapp

<site application name>

Specifies the name of a site application package to be added to a client account Application pool.

To add the WebApp application package version 5.02, release number 7 to the application pool of the client account with client login name clientlogin:

# ./siteapp -a -sapp WebApp -version 5.02 -release 7

-version

<number>

Specifies the version number of a site application package to be added to a client account Application pool.

-release

<number>

Specifies the release number of a site application package to be added to a client account Application pool.