Install Magento module from bzr

Asked by Stefan Rijnhart (Opener)

Hi,

how can I install the Magento connector from bzr?

I tried the following:

bzr co lp:magentoerpconnect/magento-module-oerp6.x-stable
cd magento-module-oerp6.x-stable/
tar -cvf Openlabs_OpenERPConnector-1.1.0.tgz *

Then I uploaded this file in the connect manager. This gives the error:

CONNECT ERROR: Package file is invalid
Invalid version, should be like: x.x.x
Invalid stability
Invalid channel URL
Empty authors section
Empty package contents section

Do I need to rearrange the files before I create the archive?

Cheers,
Stefan.

Question information

Language:
English Edit question
Status:
Solved
For:
Magento OpenERP Connector Edit question
Assignee:
No assignee Edit question
Solved by:
Stefan Rijnhart (Opener)
Solved:
Last query:
Last reply:
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) said :
#1

Hi,

Well, consider this solved. I followed the manual procedure of copying the Openlabs folder to app/code/community and then the xml file from app/etc/modules to the same place in the Magent code tree as described already in this answer: https://answers.launchpad.net/magentoerpconnect/+question/201058

It is just that after flushing the Magento cache and cache storage I had expected the connector to show up in the ConnectManager. Instead, it is listed under System > Configuration > Advanced -> Advanced. I found this missing piece of information (basic knowledge for Magento administrators I'm sure but I'm just an OpenERP guy) on http://expansagroup.com/tag/openlabs-connector/.

Cheers,
Stefan.