28

The useful guide to set up Magento 2.0

Embed Size (px)

Citation preview

It’s December and which event are you looking forward

this month?

While waiting for Magento 2.0 beta version, we shouldget started with the alpha one that I think its installationsteps won’t change much.

How To Install Magento 2.0

(alpha version)

1. Install Magento 2.0 on localhost

2. Install Magento 2.0 on online server

On Localhost

1. Install xampp

2. Install composer

3. Install Magento 2.0

1. Install xampp

Access here to install

Edit the file: php.ini to enable extensions as below:

;extension=php_openssl.dll ⇒ extension=php_openssl.dll

;extension=php_intl.dll ⇒ extension=php_intl.dll

2. Install composer

Choose Next to continue

2. Install composer

Choose the path where php.exe is located with xampp is

C:\xampp\php\php.exe and click on Next

2. Install composer

Select Install

2. Install composer

Then, please wait

2. Install composer

If this error happens, you can use Task Manager to close Window Explorer.

Choose Retry to continue.

2. Install composer

Click on the End Process button in the next screen

2. Install composer

Complete Composer setup

2. Install composer

After that, run Window Explorer again

3. Install Magento 2.0

- Magento 2.0 code from https://github.com/magento/magento2

- Copy the source code to htdocs folder of localhost. Then, right click and

choose Composer Installation for the file \setup\composer.json

3. Install Magento 2.0

The cmd screen displays. You should wait for a while.

3. Install Magento 2.0

Log in to mysql to create database

3. Install Magento 2.0

Run the link:

localhost/magento20/

on the browser to start

installing Magento 2.0

3. Install Magento 2.0

Installation runs

3. Install Magento 2.0

Step 1: Check Server

3. Install Magento 2.0

Step 2: Add a Database

3. Install Magento 2.0

Step 3: Web Configuration

3. Install Magento 2.0

Step 4: Customize Your Store

3. Install Magento 2.0

Step 5: Create Admin Account

3. Install Magento 2.0

Step 6: Install

3. Install Magento 2.0

It will take some minutes to finish installation. The window will be

shown as below when everything is done.

On Online Server

1. Copy the source code to server

2. Run puty to install composer

i. Move to setup folder

Cd folder_magento/setup

ii. Download composer

curl -sS https://getcomposer.org/installer | php

iii. Run composer

php composer.phar install

3. Run Magento link. It’s the same as installing on localhost.

I hope that you’ll find this guide useful. If you have any problems or

just want to share your thoughts about Magento 2.0, please leave a

comment and we will discuss together.

Don’t forget to visit our site at: magestore.com