This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Listen 8080 | |
| <VirtualHost *:8080> | |
| ServerAdmin webmaster@localhost | |
| DocumentRoot /home/circleci/magento2 | |
| ServerName magento2.dev | |
| <Directory /home/circleci/magento2> | |
| Options Indexes FollowSymLinks | |
| AllowOverride All | |
| Require all granted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Magento Vars | |
| # set $MAGE_ROOT /path/to/magento/root; | |
| # set $MAGE_MODE default; # or production or developer | |
| # | |
| # Example configuration: | |
| # upstream fastcgi_backend { | |
| # # use tcp connection | |
| # # server 127.0.0.1:9000; | |
| # # or socket | |
| # server unix:/var/run/php5-fpm.sock; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| return [ | |
| 'language' => 'en_US', | |
| 'timezone' => 'America/Los_Angeles', | |
| 'currency' => 'USD', | |
| 'db-host' => 'localhost', | |
| 'db-name' => 'circle_test', | |
| 'db-user' => 'ubuntu', | |
| 'db-password' => '', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "magento/project-enterprise-edition", | |
| "description": "eCommerce Platform for Growth (Enterprise Edition)", | |
| "type": "project", | |
| "version": "2.1.6", | |
| "license": [ | |
| "proprietary" | |
| ], | |
| "repositories": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <_> | |
| <form_key>ytCenG7ezmf6zfzg</form_key> | |
| <name>Ebizmarts_BakerlooRestful</name> | |
| <channel>community</channel> | |
| <version_ids> | |
| <version_ids>2</version_ids> | |
| </version_ids> | |
| <summary>POS by Ebizmarts connector</summary> | |
| <description>POS by Ebizmarts connector</description> | |
| <license>OSL</license> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- | |
| -- Update to 1.7.9 | |
| -- | |
| ALTER TABLE `bakerloo_restful_orders` MODIFY COLUMN `json_payload` LONGTEXT; | |
| ALTER TABLE `bakerloo_restful_orders` MODIFY COLUMN `json_payload_enc` LONGTEXT; | |
| -- | |
| -- Table structure for table `bakerloo_restful_customprice` | |
| -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Magento | |
| * | |
| * NOTICE OF LICENSE | |
| * | |
| * This source file is subject to the Open Software License (OSL 3.0) | |
| * that is bundled with this package in the file LICENSE.txt. | |
| * It is also available through the world-wide-web at this URL: | |
| * http://opensource.org/licenses/osl-3.0.php |