项目作者: sandrokeil

项目描述 :
Zend Server Z-Ray Doctrine 2 plugin Shopware demo
高级语言: PHP
项目地址: git://github.com/sandrokeil/Z-Ray-Doctrine2-Demo.git
创建时间: 2015-07-25T14:28:26Z
项目社区:https://github.com/sandrokeil/Z-Ray-Doctrine2-Demo

开源协议:

下载


Zend Server Z-Ray Doctrine 2 plugin Shopware demo

Welcome to the Zend Server Z-Ray Doctrine 2 plugin Shopware demo.
There are two installation methods. Please choose your prefered method. Windows user should choose
Install with Vagrant, but it works also for linux.

Installation with Docker

First ensure Docker and Docker Compose are installed. If not simply install these tools as root with:

  1. $: wget -qO- https://get.docker.com/ | sh
  2. $: curl -L https://github.com/docker/compose/releases/download/1.4.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose

It’s recommended to use the latest version of Docker and Docker Compose. Now let’s start the containers with:

  1. $: docker-compose up -d

Docker will now download all dependencies and starts the containers. This may take a while …
See official Zend Server Z-Ray Doctrine 2 plugin site for some impressions.

Installation with Vagrant

Please install the following software if not already installed:

  1. $: vagrant up

All dependencies will be downloaded. This may take a while …
See official Zend Server Z-Ray Doctrine 2 plugin site for some impressions.

Install Z-Ray Doctrine 2 plugin

If the installation process was successful, you can now open the Zend Server backend url
http://localhost:10081. Please follow the instructions and ensure to use development profile
in order to enable Z-Ray.

It’s necessary to install the Doctrine 2 Z-Ray plugin from the Zend Server Z-Ray plugin gallery. Simply click on the
install button of the Doctrine 2 plugin.

Zend Server Plugin Gallery

Finish Shopware installation

Now open http://localhost:8080 and follow the Shopware install instructions.

Database credentials:

  • Server: mariadb
  • User: dev
  • Password: dev
  • Database: shopware

Shopware demo data

Install demo data

After the installation open the Shopware backend http://localhost:8080/backend and install the
demo data.

Shopware demo data

Open the demo shop website http://localhost:8080 and check out the Z-Ray Doctrine 2 plugin.