is it possible to deploy multiple OLS wordpress site on a single VM instance on Gcloud?

ubob

New Member
#1
there are other wordpress multi-site deployments available in Gcloud marketplace so i was just wondering if it is also possible to install multiple openlitespeed-wordpress sites on one VM instance and if there is any guide out there to do so? asking about individual WP sites not sub-domains. Thank you
 
Last edited:

Cold-Egg

Administrator
#2
Hi,

Yes it's possible, please check doc https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts

The easiest way to me is via command,

Code:
/bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d www.example.com -le admin@example.com -f -w
Feel free to remove the "-le admin@example.com" and "-f" parameter if you don't want to apply Let's Encrypt Cert now.

Better try it on your test server first see if this can satisfy your need.

Best,
Eric
 
Top