Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akeneo/pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
https://github.com/akeneo/pim-community-dev

akeneo-pim javascript opensource php pim product symfony ziggy

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Akeneo PIM Development Repository
Welcome to Akeneo PIM Product.

This repository is used to develop the Akeneo PIM product.

Practically, it means the Akeneo PIM source code is present in the src/ directory.

**If you want to create a new PIM project based on Akeneo PIM, please use https://www.github.com/akeneo/pim-community-standard**

If you want to contribute to the Akeneo PIM (and we will be pleased if you do!), you can fork this repository and submit a pull request.

| Crowdin |
| ------- |
| [![Crowdin](https://d322cqt584bo4o.cloudfront.net/akeneo/localized.svg)](https://crowdin.com/project/akeneo) |

## Application Technical Information

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/master/install_pim/manual/system_requirements/system_requirements.html

## Installation instructions

To install Akeneo PIM for a PIM project or for evaluation, please follow:
https://docs.akeneo.com/master/install_pim/index.html

### Build the Docker image for local development

```bash
docker build --target dev -t akeneo/pim-php-dev:master .
```

## Upgrade instructions

To upgrade Akeneo PIM to a newer version, please follow:
https://docs.akeneo.com/master/migrate_pim/index.html

## Testing instructions

To run the tests of Akeneo PIM, please follow:
https://github.com/akeneo/pim-community-dev/blob/master/internal_doc/tests/running_the_tests.md