Before installing the Magento extension, follow these steps:
- Login to Magento admin panel
- If enabled, disable Cache (in System->Cache Management)
- If enabled, disable Compilation (in System->Tools->Compilation)
- Logout of Magento admin panel
- Continue to one of the two installation methods below.
- Backup Magento /app folder
- Unzip contents of module's /app directory into Magento /app directory
- Login back to Magento admin panel
- Go to Turnto->Integration menu to configure the module
- Flush Cache and/or Compilation, if desired.
- On the command line, cd to your Magento installation
- Run these commands:
modman init
andmodman clone [email protected]:turnto/Magento1_TurnTo_SocialCommerce.git
- Login back to Magento admin panel
- Go to System->Configuration->Developer->Template Settings and change "Allow Symlinks" to "Yes"
- NOTE: This setting was removed from the admin in newer versions of Magento. If you don't see it, follow the SQL instructions here.
- Go to Turnto->Integration menu to configure the module
- Flush Cache and/or Compilation, if desired.
- 1. Make sure all config.xml files have been updated to the correct version
- 2. Commit changes for release and push to github
- 3. Packaged extension will be in <PROJECT_DIRECTORY</build
- 1. Commit changes for release
- 2. Make sure all config.xml files have been updated to the correct version
- 3. Run buildMangetoExtension.sh <TAG_NAME>
- 4. Packaged extension will be created in <PROJECT_DIRECTORY>/build