Skip to content

magento-mpi/magento2-zray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Z-Ray-Magento

This is an extension to add functionality to the Zend Server Z-Ray. It will result in additional tab(s) to be presented in the browser.

Detailed info on Z-Ray wiki page

Installation

First install latest version of Zend Server

Getting Started guide with Zend Sever

Open your browser at http://localhost:10081/ZendServer/License/ and click "Update License" and enter the following details:


Order Number: Magento
License Key: BGKG8050801G81FCD7F099D07A5B9651

Create a directory named magento2 in Zend Server plugins directory, and add the contents of this repo within.

Example: (assuming default install directory for Zend Server)

    /usr/local/zend/var/plugins/magento2

NOTE: While the filename zray/zray.php is required, the file logo.png can be named whatever you desire and is specified from within the zray.php code as below.

    $zrayMagento->getZRay()->setMetadata(array(
        'logo' => __DIR__ . DIRECTORY_SEPARATOR . 'logo.png',
    ));

Edit zray/zray.php, set absolute path of your magento installation folder to MAGENTO_PATH constant

define('MAGENTO_PATH', '/var/www/html/magento2');

Open magento in browser and see zray panel at the bottom of the page

More Info

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.9%
  • HTML 47.1%