These instructions are based on the assumption that the Temando extension is going to be installed manually via SSH, using the Temando tarball provided by the Temando Solution Manager.
This installation guide outlines the steps to install the latest Temando Extension v3.7.24 which requires Magento Extension v1.9.0, v1.9.1, v1.9.2 or v1.9.3.
Temando Extension v3.7.22 is not compatible with the latest Magento Extensions (above v1.9.3).
- Backup the codebase and the database of the site, make sure that the site can be restored using the backup files
- Test the install/upgrade on the staging site, make sure that the newly installed extension is working well with the rest of the codebase
Steps required to install/upgrade the Temando extension:
- (optional) disable the compiler of the Magento site if it is enabled, for example, <webserver/htroot>$php-f shell/compiler.php -- disable
- upload thetemandotarball (RE: compressed file) to the web server, for example, <localserver>$ scp temando-business-3.7.22.tgz <websever>:
- move thetarballto the webroot, for example, <webserver>$ mv temando-business-3.7.22.tgz <htroot>/
- extract thetarball, for example, <webserver/htroot>$ tar -xzftemando-business-3.7.22.tgz
- remove thetarball, for example, <webserver/htroot>$rm temando-business-3.7.22.tgz
- (optional) compile the codes if applicable, for example, <webserver/htroot>$php-f shell/compiler.php -- compile
- (optional) enable the compiler if applicable, for example, <webserver/htroot>$php-f shell/compiler.php -- enable
- clear the cache on the server, for example, <webserver/htroot>$rm-rf var/cache/mage--*
- login to themagentoadmin site - need to logout if was logged in before
- clear/refresh the cache via System >> Cache Management
- clear the browser cache if applicable
- configure theTemandoextension if it is newly installed
Comments
0 comments
Please sign in to leave a comment.