Install Shopware 5

Ref: https://github.com/shopware/shopware (Shopware 5)
https://github.com/shopware/platform (Shopware 6)

Install Shopware 5:
Clone the git to ‘shopware5’ dir:

Go to the dir

Change the files permission

Go to ‘build’dir and use ‘ant’ to build the configuration and database.

If not exist, install it first:

configure:

Build:

Download the test images and extract them. Go to the root directory of your shopware system and download the test images:

BEWARE: the file size about 285MB !!!
Then unzip the file

RUN PHP CLI — OR USE NGINX ??? BECAUSE IT’D REDIRECT TO http://shopware5.test/

THEN OPEN IT ON YOUR BROWSER: http://localhost:8090/shopware.php
NOTE: MUST USE PHP7.2. IF LOWER THAN THAT, IT’D DISPLAY THIS ERROR:

If so, change the php version to 7.2 (min)

Then run the php cli again

NGINX SETUP:

CONTENT: (DONT USE THIS)

USE THIS: (READ: https://websiteforstudents.com/setup-shopware-on-ubuntu-16-04-18-04-lts-with-nginx-mariadb-and-php-7-1-fpm/)

 

Enable file config

 

Register the host on my system

Like this:

CHECK THE NGINX SETTING AND RESTART IT:

CHANGE FILE PERMISSIONS

OPEN IT ON YOUR BROWSER: http://shopware5.test/
IT SHOULD WORK! IF NOT CHECK /var/log/nginx/error.log
AND THE ADMIN PAGE ON http://shopware5.test/backend/
username: demo
password: demo

Frontend users in demo data
Customer: test@example.com / shopware
B2B: mustermann@b2b.de / mustermann

Leave a Reply

Your email address will not be published. Required fields are marked *