Magento 1

CloudPanel v1 is obsolete

CloudPanel v1 is obsolete; check out the CloudPanel v2 Docs.

On this page, we explain step by step how to setup Magento 1 with CloudPanel.

Installation

In the following example we will setup a Magento shop under the domain www.domain.com.

Preparation

Before we can start with the installation, we need to create an SSH User, a Database, and a Domain.

When you Add the Domain, make sure to select the Magento 1 Vhost Template and the right PHP Version.

Installation

To install Magento do the following steps:

  1. Login via SSH to the server e.g. with john-ssh and go to the users tmp directory:
cd ~/tmp
  1. Download and extract the latest Magento 1 version.
curl -sL https://github.com/cloudpanel-io/applications/blob/master/magento1/magento-1.9.4.5.tar.gz?raw=true | tar xfz -
Download Magento 1 Version

The latest version of Magento 1 can also be found and downloaded on the following site:
https://magento.com/tech-resources/download

  1. Move files to the htdocs directory of the domain:
cp -R magento/* /home/cloudpanel/htdocs/www.domain.com/
  1. Reset permissions.
cd /home/cloudpanel/htdocs/
clpctl system:permissions:reset www.domain.com 775
  1. Clean up the tmp directory.
rm -rf ~/tmp/*
  1. Open your domain in the browser and go through the Installation Wizard.


  1. Done!