The aps
utility is used for downloading applications from
application catalogs and installing them on websites.
Usage
aps <command> [options]
Example
To install the WordPress application with package ID 13 at
http://example.com/blog:
>aps --install "tmpappsWordPress.xml" -package-id 13 -domain example.com -ssl false -url-prefix blog -db-name WordPress -db-user BlogAdmin -passwd P4$$w0rd
WordPress.xml
here is the WordPress application metadata file. Get
more information on application metadata files from the Application
Packaging
Standard
( APS )
specification.
According to the APS, the metadata file must be in the root directory of
the application ZIP archive. It is recommended to use the metadata file
from the very package you are going to install.
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--import-package or -ip |
<file name> |
Imports an uploaded application package from the specified file and adds it to the Application Catalog in Plesk. |
To import the uploaded SugarCRM-5.0.0-16.app.zip package to plesk bin aps --import-package /home/root/SugarCRM-5.0.0-16.app.zip" |
…