# Requirements

Module: Business Booking Engine
Module slug: business-booking-engine
Source URL: https://helpcentre.shipsy.io/en-US/shipsy/article/f8WunjBs-magento-installation-guide
Article ID: f8WunjBs
Breadcrumbs: Business Booking Engine > Magento Plugins > Magento: Installation Guide

---
# Requirements

The following requirements must be met for the smooth operation of the extension -

1. Magento - 2.4
2. PHP - 7.3, 7.4

# Installation and removal

We strongly recommend making a complete backup of the shop's files and database before any module installation or update.

Also, the installation and module functionality should be completely verified on a testing or staging system before moving it into a production system.

### **Installing the extension**

* Unzip the package into a folder.
* Create a new folder `Shipsy` inside `app/code/` folder.
* Paste the folder `EcommerceExtension` (This is the folder present when the package is unzipped) inside the newly created `Shipsy` folder.

**Note**: The path to the package in the above example is absolute.

* After executing the above commands, run the following commands

  `php bin/magento module:enable Shipsy_EcommerceExtension --clear-static-content sudo rm -rf generated/ php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f sudo chmod -R 0777 var/* generated/*`

## Configuration

Log in to your Magento® admin panel and navigate here -

* `Stores -> Configuration -> Shipsy Credentials`. Enable the extension and enter the login credentials and organisation id and click Save Config.

  ![image.png](/kb-images/magento-installation-guide--f8wunjbs/img_001_316dba12ac.png)
* Navigate to `Shipsy Configuration -> Setup`. Enter all the addresses and click submit.

  ![image.png](/kb-images/magento-installation-guide--f8wunjbs/img_002_76bc246cfc.png)
