Skip to content

[Community Documentation Repository] The open source Product Information Management (PIM)

Notifications You must be signed in to change notification settings

AymericPlanche/pim-docs

 
 

Repository files navigation

Akeneo PIM Documentation

The Akeneo PIM documentation

Installation

Clone this repository.

Linux

Install Sphinx.

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

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 documentation

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

About

[Community Documentation Repository] The open source Product Information Management (PIM)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.7%
  • PHP 9.0%
  • Assembly 8.4%
  • HTML 6.9%
  • Python 3.4%
  • JavaScript 0.6%