Giter Club home page Giter Club logo

magento-tracking-app's Introduction

Sizebay Tracker (Magento)

Getting Started

To get started with the Sizebay Tracker, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sizebay/magento-tracking-app.git
    cd magento-tracking-app

  2. Ensure you have a Magento 2 framework installed: The Sizebay Tracker module is designed to work with Magento 2. Make sure you have a Magento 2 framework installed and running. If you don't have Magento 2 installed, follow the Magento Docker installation guide developed by Mark Shust for a faster setup.

Setup Environment

  1. Upload the module: Copy the cloned repository to the modules directory of your Magento 2 following this steps:

    mkdir /path-to-your-prestashop/app/code/Sizebay
    cd $_
    mkdir ./SizebayTracker
    cd $_
    cp -r /path-to-your-cloned-respository/prestashop-tracking-app/* ./

  2. Install the module: Execute the following Magento commands on the console to install the module on development mode:

      bin/magento setup:upgrade
      bin/magento cache:clean 
      bin/magento cache:flush

  3. Configure the module:

    After installation, configure the module by providing the necessary information and settings in the module configuration page in the Magento 2 admin panel. For more details on how to do it access the Shopping Tracker Documentation for Magento.

Compile

Compile New Version of the Project

To compile a new version of the project, follow these steps:

  1. Pull the latest changes:

    git pull origin master

  2. Update the module:

    Execute the following Magento commands to ensure the module updates on the platform:

      bin/magento setup:upgrade
      bin/magento cache:clean 
      bin/magento cache:flush

Help

magento-tracking-app's People

Contributors

amorim-dm avatar

Watchers

Tiago Vicente avatar Janderson Araujo 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.