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 |
|---|---|---|---|
|
|
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 |
|
|
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 |
|
|
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 |
|---|---|---|---|
|
|
Specifies the name of a site application package to be added to a client account Application pool. |
To add the # ./siteapp -a -sapp WebApp -version 5.02 -release 7 |
|
|
Specifies the version number of a site application package to be added to a client account Application pool. |
|
|
|
Specifies the release number of a site application package to be added to a client account Application pool. |