Overview
Please follow these steps to install your extension. These installation instructions provide comprehensive installation guidance. If you do not follow these steps as indicated you may well see issues with your install, which may take some time to resolve. So please follow each step carefully and if the install fails re-check the steps.
Presumptions
We assume you understand Magento 2 and have it installed correctly.
It is highly recommended to backup your server files and database before installing this module. No responsibility can be taken for any adverse effects it may cause. It is also recommended you install on a test server initially to carry out your own testing.
Installation Process
Clean Install
- Run the following commands from your root Magento installation directory:
composer require shipperhq/module-shipping-tracker
composer update
php bin/magento setup:upgrade
- Flush & Re-enable the cache if required
- Remove generated file content by deleting contents of:
var/view_processed
pub/static/frontend/
pub/static/adminhtml/
var/generation
Updating Existing Installation
Run from your root Magento directory.
- Update the extension:
composer update
bin/magento setup:upgrade
- Flush the cache
- Remove generated file content by deleting contents of:
var/view_processed
pub/static/frontend/
pub/static/adminhtml/
var/generation
Manual Installation
Please note that we recommend the use of Composer (as above), as per Magento 2 standards.
- Download the ZIP from the ZIP directory of the Github repo: https://github.com/shipperhq/module-shipping-tracker/
- Extract the contents of the ZIP to the root of your Magento directory. This will merge into the
app
directory. - Enable the modules using:
php bin/magento module:enable ShipperHQ_Tracker
- Update Magento with:
php bin/magento setup:upgrade
- Clear cache and re-compile
Post-Installation Steps
Once installed, you can continue to configure the Tracker Magento extension.