Installing a single Web application
This packet adds the PHPboard Web application to Plesk Application Vault and removes the PHPboard temporary files.
<packet version="1.4.2.0">
<siteapp>
<install_packages>
<filter>
<filename>/usr/local/psa/tmp/PHPboard.rpm</filename>
</filter>
<remove_tmp_file/>
</install_packages>
</siteapp>
</packet>
Installing multiple Web applications
This packet adds the PHPboard, and WebTools Web applications to Plesk Application Vault.
<packet version="1.4.2.0">
<siteapp>
<install_packages>
<filter>
<filename>/usr/local/psa/tmp/PHPboard.rpm</filename>
<filename>/usr/local/psa/tmp/WebTools.rpm</filename>
</filter>
</install_packages>
</siteapp>
</packet>