The Akeneo PIM documentation
Clone this repository.
Install Sphinx.
$ sudo apt-get install python-sphinx
Download composer curl -s https://getcomposer.org/installer | php
and run php composer.phar install
.
From the ./pim-docs
directory, run:
$ sphinx-build -b html . ../pim-docs-build
The documentation will be generated inside ../pim-docs-build
.
Install pim-community
Then go on Akeneo PIM src/
directory and create a symlink Acme
pointing on pim-docs/src/Acme
.
Add all Acme bundles in app/AppKernel.php
file.