This is an old revision of the document!


Magento 1.9 Installation

This guide will explain how to get up and running with Magento 1.9 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 1.9 will be installed.

Download Magento 1.9.x.x

# Register or log in to Magento.com. # Download Magento from their release archive. # copy/ftp the downloaded files into your server's document root. Magento should be put in a subdirectory of the virtual host. For example,

/usr/local/lsws/DEFAULT/html/magento

. (This puts all the files in the right directory for running Magento on the default “Example” virtual host.) # Using Magento 1.9.3.1 as an example, uncompress the downloaded files with the following command:

tar -zxvf magento-1.9.3.1.tar.gz

Change Ownership Of All Files In The Magento Directory

In order for the web server to have write permissions during installation, ownership of the uncompressed Magento Files must be changed to the “nobody” user. Using the default “Example” virtual host, do so with the following command:

chown -R nobody /usr/local/lsws/DEFAULT/html/magento

Run The Magento Setup Wizard

In your browser, visit http://your_server_ip:8088/magento and follow the instructions.

Speed up Magento

Now that Magento is all set up, be sure to check out our LiteMage Cache extension to speed it up even more!

  • Admin
  • Last modified: 2017/09/21 19:22
  • by Eric Leu