Skip to content
jeanphilippe-p edited this page Aug 13, 2016 · 15 revisions

Linux / Mac OS X

Download and copy this project folder where you want on your system

Create the directory /etc/comhon

Create a json file named config.json in previous directory (absolute path would be /etc/comhon/config.json)

Finaly put at least these two following entries to allow comhon library to find your manifests (take a look at [Manifest] (https://github.com/jeanphilippe-p/ObjectManagerLib/wiki/Manifest) and [Serialization] (https://github.com/jeanphilippe-p/ObjectManagerLib/wiki/Serialization) page to know what these following files contain)

{
  "manifestList": "/absolute/path/to/directory/where/is/saved/file/manifestList.xml",
  "serializationList": "/absolute/path/to/directory/where/is/saved/file/serializationList.xml"
}

You're done, now you just have to include file ObjectManagerLib.php in your sources

Windows

Not supported for the moment.

By the way you can follow Linux/Mac instructions but you will need to edit Config.php file and update $lConfig_afe variable to put a valide path were you will create config.json file. That would work.

Clone this wiki locally