This guide will explain how to get up and running with Magento 2 on LiteSpeed Web Server.
The following are required and should already be set up before proceeding:
LIteSpeed Web Server https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:installation
LSPHP https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php
A LSWS Virtual Host https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config#virtual_hosting
MySQL There are many different variations of MySQL and each variation and distro do things differently. There are many guides online to install MySQL for the specific distro where Magento 2 will be installed.
find var vendor pub/static pub/media app/etc -type f -exec chmod u+w {} \; find var vendor pub/static pub/media app/etc -type d -exec chmod u+w {} \; chmod u+x bin/magento
Now that Magento 2 is all set up, be sure to check out our LiteMage Cache extension to speed it up even more!