GithubHelp home page GithubHelp logo

isabella232 / magento-extension-cx-apps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oracle/magento-extension-cx-apps

0.0 0.0 0.0 386 KB

Magento extension project for Oracle CX Apps integration with Magento Platform.

License: Universal Permissive License v1.0

Shell 0.37% JavaScript 1.77% PHP 97.07% HTML 0.79%

magento-extension-cx-apps's Introduction

Magento Connector App

This is an extension project which allow Magento and Oracle CX Apps integration for two-way data ingestion. This project aim to add marketing capability through Magento e-commerce platform via Oracle CX Apps.

Prerequisite

  1. We need Magento e-commerce platform, and composer to use this extension.
  2. This extension is used to leverage marketing capability with Oracle Responsys, so you must have a Responsys account to do the setup.

Quick start

  1. Clone this respository git clone https://github.com/oracle/magento-extension-cx-apps
  2. Run this command to build the deliverable out of this project. php ci/build.php --environment prod --version ${your version}
  3. You can publish this deliverable to use via composer, or you can use this with your local Magento installation.

Installation

The instructions outlined here will help you to install extension using composer as standard tool.

Please note that, if your Magento version is below 2.4.2, then the Composer version should be v1, for Magento 2.4.2 and above Composer v1 and v2 are allowed. Install the required Composer version following the guide on getcomposer.

Follow below steps to get the Magento extension installed.

  1. Open the terminal, navigate to your Magento installation folder, and add the following to the base Magento composer.json file

Array format:

  "repositories": [{     
                 "type": "composer",     
                 "url":  "https://raw.githubusercontent.com/oracle/magento-extension-cx-apps/main/packages.json"      
   }]        

JSON Object Format:

    "repositories": {     
         "oracle": {    
             "type": "composer",     
             "url": "https://raw.githubusercontent.com/oracle/magento-extension-cx-apps/main/packages.json"
         }    
    }  
  1. Run below command
   composer require oracle/magento-module-all

This command will get the specified component from the mentioned repositories url.

  1. Run below command to enable these modules.
  ./bin/magento module:enable Oracle_Browse Oracle_Cart Oracle_Connector 
        Oracle_Contact Oracle_Coupon Oracle_Email Oracle_Integration 
        Oracle_Inventory Oracle_M2 Oracle_Notification Oracle_Optin 
        Oracle_Order Oracle_Product Oracle_Rating Oracle_Redemption
  1. Run below command to make sure that the enabled modules are properly registered and their tables in the database are created properly
  ./bin/magento setup:upgrade
  1. Run below command to recompile entire Magento project to generate code and configure dependency injection
  ./bin/magento setup:di:compile
  1. The final step is to clear all cache. Please run below command to flush the cache.
  ./bin/magento cache:flush

Following above step will install the Magento extension. Post this follow instruction from the CX Apps help page to establish connection.

Documentation

See Documentation for the Magento Connector App.

Contributing

We would love to learn more about your use-cases and how we can improve this extension for all of its users. Before submitting code, we encourage you to start a discussion here on GitHub so that we can work with you on your contribution. If an existing feature isn't working as expected, please open an issue. Before submitting a pull request, please review our contribution guide.

Security

Please consult the security guide for our responsible security vulnerability disclosure process.

License

Copyright (c) 2021, 2022 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.

magento-extension-cx-apps's People

Contributors

kumarmanishbit avatar sai-krishna-kota avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.