Prerequisites:
Store login credentials to download the module.
FTP & Shell access to your Magento2 store.
Backup your Magento2 store. Installation should be performed in a staging environment.
This guide was created for reference purposes only.
At all times the end user should have a fair idea of what he's doing.
If not, a Linux System Admin or Magento Developer is strongly advised to follow this installation.
Step 1.
- Log in to your account on MageShip.io
https://mageship.io/customer/account/ - Download the package from your account under “My downloadable products”
Step 2.
- Extract package on your computer and Merge the “app/” folder to your Magento2 root directory.
Step 3.
Full list of CLI commands and subcommands can be found on: Magento DevDocs
- Login your Shell (CLI CLient) command line, with the Magento 2 sudo user
- Make sure you're executing the PHP command below using the right PHP binary
- Input the following command for install:
$ php bin/magento setup:upgrade - Watch for errors and issue compile command as normally required.
$ php -d max_execution_time=3600 -d memory_limit=1024M bin/magento setup:di:compile
Step 4.
- Flush Magento Cache and Reindex
$ php bin/magento cache:flush$$ php bin/magento indexer:reindex - MageShip should be now visible in Admin
- Follow the User Guide for admin configuration
Comments
0 comments
Please sign in to leave a comment.