This guide will teach you how to upgrade your OpenLiteSpeed install to OLS’s Edge Tier. Repository This section assumes you have already set up OpenLiteSpeed via LiteSpeed’s Repository from this guide here. CentOS Setup First, you will need to make sure you have the latest…
Install: Quick Install Mediawiki on Openlitespeed After you install OpenLiteSpeed, follow the instructions below to get your Mediawiki site working. Install PHP modules MariaDB Installation Create MediawikiDB Account Set Index File and rewrite rules Download and Extract Mediawiki Run the Mediawiki install script Install PHP…
Install: Quick Install Magento 2 After you install OpenLiteSpeed, follow the instructions below to get your Magento 2 site working. Install PHP modules MariaDB Installation Create MagentoDB Account Create a Magento User Download and Extract Magento Create a Virtual Host for Magento Run the Magento…
Install: Quick Install Drupal 8 After you install OpenLiteSpeed, follow the instructions below to get your Drupal 8 site working. Install PHP modules MariaDB Installation Create DrupalDB Account Set Index File and rewrite rules Download and Extract Drupal Run the Drupal install script Install PHP…
Multiple PHP Versions on OpenLiteSpeed Users may want to setup multi-PHP versions and use a different version for different virtual host/domain. This wiki will address setting up multiple PHPs for one installation of OpenLiteSpeed. The wiki assumes you have our repository installed and enabled and that PHP…
Installing PHP with LiteSpeed SAPI from a repository is much faster and recommended way. PHP for LiteSpeed (LSAPI) is available in two repositories — Remi Repository(CentOS) and our own LiteSpeed Repository(CentOS/Debian/Ubuntu). Choose the repository that best fits your needs. Installing PHP from the LiteSpeed…
We welcome developers of all skill levels to experiment with the OpenLiteSpeed code. To facilitate this, we’ve made the OpenLiteSpeed git available in our official repository on GitHub. Some people, however, may wish to access the repository without logging into GitHub. Here are the commands for…
CentOS Installation Follow these steps for RockyLinux, AlmaLinux and CentOS 6, 7, 8, 9 systems. Add the Repository Use the following commands to add our CentOS/AlmaLinux/RockyLinux repositories: sudo wget -O – https://repo.litespeed.sh | sudo bash You can also specify the repo manually for different OS…