Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.1 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.1 KB

Akeneo PIM Documentation

The Akeneo PIM documentation

Installation

Clone this repository.

Linux +++++

Install Sphinx.

    $ sudo apt-get install python-sphinx

Mac OS ++++++

    $ brew install python
    $ pip install sphinx
    $ pip install git+https://github.com/fabpot/sphinx-php.git

Download composer curl -s https://getcomposer.org/installer | php and run php composer.phar install.

Build the documention

From the ./pim-docs directory, run:

    $ sphinx-build -b html . ../pim-docs-build

The documentation will be generated inside ../pim-docs-build.

Make documentation code work with pim-community-dev or standard

Install pim-community

Then, go to Akeneo PIM src/ directory and create a symlink Acme pointing to pim-docs/src/Acme.

Add all Acme bundles in app/AppKernel.php file.

Contribution

Don't hesitate to propose cookbook entries via https://github.com/akeneo/pim-docs/issues