Welcome to Akeneo PIM Product.
This repository is used to create a new PIM project based on Akeneo PIM.
If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork the repository https://github.com/akeneo/pim-community-dev and submit a pull request.
Scrutinizer | Crowdin |
---|---|
The following documentation is designed for both clients and partners and provides all technical information required to define required server(s) to run Akeneo PIM application and check that end users workstation is compatible with Akeneo PIM application: https://docs.akeneo.com/2.0/install_pim/system_requirements/system_requirements.html
To install Akeneo PIM for a PIM project or for evaluation, please follow: https://docs.akeneo.com/2.0/install_pim/installation_ce_archive.html
Alternatively, you can install Akeneo PIM with Composer, but please make sure that all requirements are fulfilled.
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:
$ curl -s https://getcomposer.org/installer | php
Please note that you will certainly need to provide your GitHub credentials with this method. A lot of our dependencies are coming from GitHub and this reaches the max limit of 50 API calls from anonymous users.
$ php composer.phar create-project --prefer-dist akeneo/pim-community-standard ./pim-project "2.0.*@stable"
After that, follow the instructions here: https://docs.akeneo.com/2.0/install_pim/installation_ce_archive.html
To upgrade Akeneo PIM to a newer version, please follow: https://docs.akeneo.com/2.0/migrate_pim/index.html