Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:installation:magento2_installation [2017/08/24 20:19]
Johathan Kagan [Step by Step Instructions]
litespeed_wiki:installation:magento2_installation [2017/08/24 20:22] (current)
Johathan Kagan [Step by Step Instructions]
Line 3: Line 3:
  
 ===== Prerequisites ===== ===== Prerequisites =====
-The following should already be set up.+The following ​are required and should already be set up before proceeding:
  
 LIteSpeed Web Server LIteSpeed Web Server
Line 21: Line 21:
     - Inside the LSWS WebAdmin Console, go to Configuration -> Virtual Hosts and select the Virtual Host that will be used.     - Inside the LSWS WebAdmin Console, go to Configuration -> Virtual Hosts and select the Virtual Host that will be used.
     - Then go to General -> HTAccess and click Edit.     - Then go to General -> HTAccess and click Edit.
-      - In Allow Override, check everything except for the None optionand Set .htaccess as the Access Name.+      - In Allow Override, check everything except for the None option and set .htaccess as the Access Name.
   - Next extract the Magento archive file into the Doc Root of the VHost.   - Next extract the Magento archive file into the Doc Root of the VHost.
   - Once the files are extracted, open a (command line || terminal), cd into the Doc Root, and run the following commands:   - Once the files are extracted, open a (command line || terminal), cd into the Doc Root, and run the following commands:
Line 27: Line 27:
 find var vendor pub/static pub/media app/etc -type d -exec chmod u+w {} \; find var vendor pub/static pub/media app/etc -type d -exec chmod u+w {} \;
 chmod u+x bin/​magento</​code>​ chmod u+x bin/​magento</​code>​
-  - These commands will update file permissions to match those recommended by Magento.. These permissions are required for Magento 2 to work properly.+    * These commands will update file permissions to match those recommended by Magento. These permissions are required for Magento 2 to work properly.
   - Make sure the xml package for LSPHP is installed for the LSPHP version assigned to the VHost. (Replace XX with the version number 56, 70, 71, etc, depending on what is being used)   - Make sure the xml package for LSPHP is installed for the LSPHP version assigned to the VHost. (Replace XX with the version number 56, 70, 71, etc, depending on what is being used)
     * CentOS: yum install lsphpXX-xml     * CentOS: yum install lsphpXX-xml
  • Admin
  • Last modified: 2017/08/24 20:19
  • by Johathan Kagan