Does the one click openlitespeed wordpress install package includes memcached and redis?

#1
hey i want to know if the one click openlitespeed wordpress intall script "ols1clk" also includes memcached and redis.I found the post below but it does not mention if it includes memcached and redis.

https://open.litespeedtech.com/kb/1-click-install/

what i want to do is install openlitespeed package like the one offered by digital ocean here https://marketplace.digitalocean.com/apps/openlitespeed-wordpress

it would be great if someone can guide me about this or show me how to do it.I have a vps with ubuntu 20.04 and i want to install wordpress with litespeed server.
 

Cold-Egg

Administrator
#2
#3
Hi,
https://open.litespeedtech.com/kb/1-click-install/ does not contain those packages. To get the same service on DigitalOcean', please use
https://github.com/litespeedtech/ls...Press-Image#what-if-i-want-to-use-it-directly method.
Code:
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/wpimgsetup.sh )
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Cloud-init/per-instance.sh )
reboot
Let us know if it works.
thak you so much for your help, i will give this a try and come back if i have any issues.
 
Top