The Akeneo PIM documentation
Clone this repository.
Install Sphinx.
$ sudo apt-get install python-sphinx
$ sudo pip install git+https://github.com/fabpot/sphinx-php.git
$ 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
.
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 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.
Don't hesitate to propose cookbook entries via https://github.com/akeneo/pim-docs/issues