Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:installation:rpm [2015/11/06 22:14] Michael Alegre [Install LiteSpeed Web Server from RPM] |
litespeed_wiki:installation:rpm [2021/10/21 14:29] (current) Lisa Clarke Added AlmaLinux support |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Install LiteSpeed Web Server from RPM ====== | ====== Install LiteSpeed Web Server from RPM ====== | ||
- | LiteSpeed Web Server Enterprise Edition can be easily installed or upgraded from our CentOS repositories. | + | LiteSpeed Web Server Enterprise Edition can be easily installed or upgraded from our CentOS repositories for CentOS and AlmaLinux systems. |
If you are using LSWS with a control panel, we do not suggest installing it from our repository, as the RPM installation contains settings not customized for control panels. For [[litespeed_wiki:cpanel:auto-installer|cPanel]], [[litespeed_wiki:plesk:installation-12|Plesk]], and [[litespeed_wiki:directadmin:custombuild-installation|DirectAdmin]] users, LSWS can be installed and upgraded from the control panel. LSWS can also be installed for other control panels using our [[http://www.litespeedtech.com/docs/webserver/install|command line installation]]. | If you are using LSWS with a control panel, we do not suggest installing it from our repository, as the RPM installation contains settings not customized for control panels. For [[litespeed_wiki:cpanel:auto-installer|cPanel]], [[litespeed_wiki:plesk:installation-12|Plesk]], and [[litespeed_wiki:directadmin:custombuild-installation|DirectAdmin]] users, LSWS can be installed and upgraded from the control panel. LSWS can also be installed for other control panels using our [[http://www.litespeedtech.com/docs/webserver/install|command line installation]]. | ||
Line 8: | Line 8: | ||
Use the following commands to add one of our repositories: | Use the following commands to add one of our repositories: | ||
- | |||
- | CentOS 5: | ||
- | |||
- | rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el5.noarch.rpm | ||
CentOS 6: | CentOS 6: | ||
Line 20: | Line 16: | ||
rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm | rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm | ||
+ | |||
+ | CentOS 8 or AlmaLinux 8: | ||
+ | |||
+ | rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm | ||
+ | |||
+ | ====== Install LSWS Packages ====== | ||
+ | |||
+ | Run any of the following commands to install LSWS on your server. Be sure to have root access and select correct package. | ||
+ | |||
+ | # For non-cpanel installs | ||
+ | yum install lsws | ||
+ | # For using LSWS with cPanel | ||
+ | yum install lsws-cpanel | ||
====== Available LSWS Packages ====== | ====== Available LSWS Packages ====== |