How can I install OpenLiteSpeed on centOS 8 ?

#1
I am using Linode. I found a OpenLiteSpeed-WordPress Stackscripts which is compatible with CentOS 7. I want to use it CentOS 8. Can I use on CentOS 8 without any issue?


Code:
#!/bin/bash
### linode
### Install OpenLiteSpeed and WordPress
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/wpimgsetup.sh )
### Regenerate password for Web Admin, Database, setup Welcome Message
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Cloud-init/per-instance.sh )
 
#3
Thanks Jon. I have another question. I want to allow my ip address on this port 7080 for accessing WebAdmin. I used centOS7. But this documentation based on Ubuntu. So what is the command line for allowing my IP address?
 

Unique_Eric

Administrator
Staff member
#4
Hi @ranojit

There's no firewall setup on CentOS from that wordpress stackscript. You can simply check if this is "firewalld" related or not by command `service firewalld stop` first. And please check if you have network layer firewall on Linode as well.

Best
 
Top