MageFlow Connect extension (MFX) uses modman. To install it for development or testing, run modman: modman clone [email protected]:prototypely/mageflow.git
- This repository contains MageFlow Connect extension for Magento 1.*
- Current major version is 1.2
Use official releases only for use on production servers. Code in master branch should be considered as under constant development. Stable releases are marked as GIT tags. It's recommended to use the released software packages and install these from Magento Connect.
See INSTALL.md
To install, run
#!bash
modman init
modman clone [email protected]:prototypely/mageflow.git
To update, run
#!bash
modman update mfx
In order for a modman module to work properly with Magento symlinks must be enabled. Symlinks in Magento can be enabled under System->Configuration->Advanced->Developer->Template settings
MFX can be removed with modman
#!bash
modman remove mfx
Before uninstalling, please:
- Make sure you do have a backup of your database
- Delete all records from your Magento database table eav_attribute where attribute_code='mf_guid'
- This repo was created by Sven Varkel - [email protected]
- Other contacts: [email protected]