Skip to content

Manual Installation

Axel H edited this page Jan 21, 2016 · 1 revision

Manual Installation Guide

These instructions are only applicable for Magento 1.x

There are two ways to install the extension manually without using the magento connect manager:

1. Install the package file via the mage command

  1. Disable Magento Compiler if it is enabled
  2. Download the latest LUKA_GoogleAdWords-.tgz release from https://github.com/lukanetconsult/mage-google-adwords/releases
  3. Copy the LUKA_GoogleAdWords-.tgz to your webserver
  4. Make sure the user you are running the following commands with is the owner of the files in this directory or does not break the file permissions (i.e.: umask 077 while magento is running with another user).
  5. Change to your magento root directory.
  6. Make sure the file mage is executable: chmod +x ./mage
  7. Install the local archive: ./mage install-file /path/to/uploaded/LUKA_GoogleAdWords-<version>.tgz
  8. Clear the whole magento cache. Fluash the whole cache storage if possible.
  9. If you're using Magento's Compiler - Recompile before re-enabeling it

2. Install from source

  1. Disable Magento Compiler if it is enabled
  2. Download the latest source code zip from https://github.com/lukanetconsult/mage-google-adwords/releases
  3. Upload the zipfile to your webserver
  4. Unzip the uploaded mage-google-adwords-.zip right into your magento root directory (mage sure you're not breaking file permissions)
  5. Clear the whole magento cache. Fluash the whole cache storage if possible.
  6. If you're using Magento's Compiler - Recompile before re-enabeling it