The siteapp utility is used to manage site application packages on Plesk server. By using this utility, you can perform the following tasks:
Usage
siteapp <command> [
<option_1> [<param>]
[<option_2> [<param>]]
… [<option_N> [<param>]]
]
Example
The following command removes bbclone application package version 0.48 from the Plesk server application vault:
# ./siteapp --remove-from-server -sapp-name bbclone -sapp-version 0.48
Commands
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Adds specified application package to the Plesk server application vault. Requires |
To add site application package to Plesk server application vault from file # ./siteapp --install-on-server -file /usr/local/psa/siteapp/Drupal.app.zip or # ./siteapp -i -file /usr/local/psa/siteapp/Drupal.app.zip |
|
|
Removes specified application package from the Plesk server application vault. Requires |
To remove Drupal application package version 4.7.8 from the Plesk server application vault: # ./siteapp --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 or # ./siteapp --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 |
|
|
Adds a site application package to a Plesk client account's application pool. Deprecated since Plesk 8.3. Use |
To add the WebCalendar application package version 1, release number 43 to the application pool of the client account with client login name JDoe: # ./siteapp --add-to-vault JDoe -sapp WebCalendar -version 1 -release 43 or ./siteapp -a JDoe -sapp WebCalendar -version 1 -release 43 |
|
|
Displays information about site application packages available to clients in the Plesk server application vault in the XML format. |
To view 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 view help on the use of the siteapp utility: #./siteapp --help or #./siteapp -h |
Options
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Specifies a site application package name. Deprecated since Plesk 8.3. Use |
To add the WebCalendar application package version 1, release number 43 to the application pool of the client account with client login name JDoe: # ./siteapp --add-to-vault JDoe -sapp WebCalendar -version 1 -release 43 |
|
|
Specifies a site application package version number. Deprecated since Plesk 8.3. Use |
|
|
|
Specifies a site application package release number. Deprecated since Plesk 8.3. Use |
|
|
|
Specifies a site application package name. Required with |
To remove Drupal application package version 4.7.8 release 2 from the Plesk server application vault: # ./siteapp --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 -sapp-release 2 |
|
|
Specifies a site application package version number. Required with |
|
|
|
Specifies a site application package release number. Required with |
|
|
|
Specifies a path to a site application package file. Required with |
To add a site application package to Plesk server application vault from the file # ./siteapp -i -file /usr/local/psa/siteapp/Drupal.app.zip |