nooe/module-connector

Nooe Magento 2 Connector

1.1.8 2023-11-03 18:08 UTC

This package is auto-updated.

Last update: 2024-05-03 19:33:33 UTC


README

Overview

68747470733a2f2f6e6f6f6573746f7265732e636f6d2f6173736574732f696d616765732f7669736f72652e706e67

The first Phygital Store in the world. The shopping experience has never been so engaging.

Plugin installation

Follow the instruction below if you want to install NOOE for Magento 2 using Git or Composer.

1.A) Clone the git repository in the Magento 2 app/code folder using:

git clone git@github.com:NOOE-Phygital-Stores/M2-Connector.git Nooe/Connector

In case you wish to contribute to the plugin, fork the dev branch rather than cloning it, and create a pull request via Github. For further information please read the section "Become a contributor" of this document.

1.B) Connect via SSH and run the following commands

composer require nooe/module-connector

2.) Set the correct directory permissions:

chmod -R 755 app/code/Nooe/Connector

Depending on your server configuration, it might be necessary to set whole write permissions (777) to the files and folders above. You can also start testing with lower permissions due to security reasons (644 for example) as long as your php process can write to those files.

3.) Connect via SSH and run the following commands (make sure to run them as the user who owns the Magento files!)

php bin/magento module:enable Nooe_Connector
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:clean
php bin/magento cache:flush

4.) Configure the plugin

Frequently Asked Questions

Where can I find NOOE documentation and user guides?

For help setting up and configuring NOOE plugin please refer to our user guide

Where can I get support?

To make a support request to NOOE, use our helpdesk.

Become a contributor

NOOE for Magento 2 is available under license (GPL-3.0). If you want to contribute code (features or bugfixes), you have to create a pull request via Github and include valid license information.

The main branch contains the latest stable version of the plugin. The dev branch contains the version under development. All Pull requests must be made on the dev branch and must be validated by reviewers working at NOOE.

Changelog

The changelog and all available commits are located under CHANGELOG.