Lucee on Rocky Linux

Can Lucee be installed and run on Rocky Linux?

RockyLinux is derived from CentOS.
So yes, no problem.

Use the CommandBox if you want to avoid any compatibility issues forever.

1 Like

Yes lucee can be installed an any RHEL or RHEL offshoot without issue.
The installation goes as follows

yum update
yum install java httpd
setenforce 0
wget https://cdn.lucee.org/lucee-5.3.10.120-linux-x64-installer.run
chmod +x lucee-5.3.10.120-linux-x64-installer.run
./lucee-5.3.10.120-linux-x64-installer.run

Excellent.

Thank you for the quick response.