2017 © Pedro Peláez
 

magento2-module aws

A module that integrates AWS SDK into Magento 2

image

shopgo/aws

A module that integrates AWS SDK into Magento 2

  • Friday, June 10, 2016
  • by akai-z
  • Repository
  • 3 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AWS

Contents

Synopsis

A utility module that integrates Magento 2 with AWS., (*1)

Overview

AWS module integrates AWS SDK into Magento 2. It provides helper functions that can be used by other modules., (*2)

Installation

Below, you can find two ways to install the aws module., (*3)

First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md, (*4)

Make sure that Packagist repository is not disabled., (*5)

Run Composer require to install the module:, (*6)

php <your Composer install dir>/composer.phar require shopgo/aws*

2. Clone the aws repository

Clone the aws repository using either the HTTPS or SSH protocols., (*7)

2.1. Copy the code

Create a directory for the aws module and copy the cloned repository contents to it:, (*8)

mkdir -p <your Magento install dir>/app/code/ShopGo/Aws
cp -R <aws clone dir>/* <your Magento install dir>/app/code/ShopGo/Aws

Update the Magento database and schema

If you added the module to an existing Magento installation, run the following command:, (*9)

php <your Magento install dir>/bin/magento setup:upgrade

Verify the module is installed and enabled

Enter the following command:, (*10)

php <your Magento install dir>/bin/magento module:status

The following confirms you installed the module correctly, and that it's enabled:, (*11)

example
    List of enabled modules:
    ...
    ShopGo_Aws
    ...

Tests

TODO, (*12)

Contributors

Ammar (ammar@shopgo.me), (*13)

License

Open Source License, (*14)

The Versions

10/06 2016

dev-develop

dev-develop

A module that integrates AWS SDK into Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Avatar ShopGo
by Ammar

01/06 2016

dev-master

9999999-dev

A module that integrates AWS SDK into Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Avatar ShopGo
by Ammar