Installation
After downloading the package from our downloads area, please do the following:
- Extract/Unpack the zip file.
- Upload the extracted folder in your magento's root folder.
- Enable the module and update the database schema, using one of the following ways.
1. Using the terminal
You can run the commands in the following ways:
cd <your Magento install dir>/binand run them as phpmagento <command>php <your Magento install dir>/bin/magento <command>
<your Magento install dir> is a subdirectory of your web server's docroot. Need help locating the docroot? Click here.
Enable the module
module:enable Breakdesigns_ShipTrackerUpdate the database
setup:upgrade
Deploy static files
setup:static-content:deploy2. Using the component manager
Go to System > Web Setup Wizard and select the Component Manager
Find the component with the name breakdesigns/ship-tracker and click on Enable in the Actions column.
Then click next until the installation finishes.
