How do I install an app vault package from the command line?
Lets say I download WordPress 2.6.1-6
http://www.parallels.com/ptnload?ti.../WordPress/2.6.1-6.aps?packager=parallels.com
I then install it to the server
/usr/local/psa/bin/siteapp -i -file /local/path/to/file/WordPress-2.6.1-6.app.zip
But this installs to the server, now I have to install it to each users app vault to allow them to see it.
/usr/local/psa/bin/siteapp-item --add-to-pool <client>-sapp-name WordPress -sapp-version 2.6.1-6
Is there an easier way to do this ?
Do I really need to install it one by one (even if by script) in each client or can I just do it with one command to install it to everyone?
I am also unclear as to the -license-type value to send in.
I tried to use /usr/local/psa/bin/siteapp-license --list
and it didnt return any.
<licenses></licenses>
So does that mean I dont have licenses installed and should just send a blank value ?
Lets say I download WordPress 2.6.1-6
http://www.parallels.com/ptnload?ti.../WordPress/2.6.1-6.aps?packager=parallels.com
I then install it to the server
/usr/local/psa/bin/siteapp -i -file /local/path/to/file/WordPress-2.6.1-6.app.zip
But this installs to the server, now I have to install it to each users app vault to allow them to see it.
/usr/local/psa/bin/siteapp-item --add-to-pool <client>-sapp-name WordPress -sapp-version 2.6.1-6
Is there an easier way to do this ?
Do I really need to install it one by one (even if by script) in each client or can I just do it with one command to install it to everyone?
I am also unclear as to the -license-type value to send in.
I tried to use /usr/local/psa/bin/siteapp-license --list
and it didnt return any.
<licenses></licenses>
So does that mean I dont have licenses installed and should just send a blank value ?