Archive for the tag 'EZ'

Commands to mirrors EZ templates for Parallels Virtuozzo containers

This command mirrors EZ templates for Parallels Virtuozzo containers for RPM-based repositories.

# rsync -au –delete rsync://rsync.autoinstall.plesk.com/autoinstall/PSA10/ destination_directory/PSA10

These commands create links that the installer uses to install EZ templates on DEB-based OSes.

If you plan not to mirror EZ templates or you serve RPM-based OSes, omit this step.

# cd destination_directory/debian; ln -s PSA_10.0.0 PSA10

# cd destination_directory/ubuntu; ln -s PSA_10.0.0 PSA10

Downloading configuration files and mirroring EZ templates

This command downloads the configuration files.

# rsync -auv –delete rsync://autoinstall.plesk.com/’autoinstall/products.inf3 autoinstall/plesk.inf3 autoinstall/pp-sitebuilder.inf3 autoinstall/billing.inf3′ destination_directory

This command mirrors EZ templates for Parallels Virtuozzo containers for RPM-based repositories. If you plan not to mirror EZ templates or you plan to serve Debian or Ubuntu OSes, omit this step.

# rsync -au –delete rsync://rsync.autoinstall.plesk.com/autoinstall/PSA10/ destination_directory/PSA10