Easily Install OpenLiteSpeed and PHP: Just 4 Lines
OpenLiteSpeed has made another step towards being the Web’s easiest HTTP server: 4 line install!
Because of the progress we’ve made with our repository, installing OpenLiteSpeed is easier than ever. The following four lines of code installs OpenLiteSpeed for CentOS 6 with a PHP 5.4 build that will support all the Internet’s most commonly used web applications (WordPress, Joomla!, Drupal, Magento, phpBB, phpList, etc.):
rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm yum install openlitespeed yum install lsphp54 lsphp54-common lsphp54-gd lsphp54-process lsphp54-mbstring lsphp54-mysql lsphp54-xml lsphp54-mcrypt lsphp54-pdo lsphp54-imap ln -sf /usr/local/lsws/lsphp54/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp5
Provisioning new servers has never been easier. Have fun!
(The scripts can, of course, be further customized, but we don’t want to confuse things here.)
Comments