Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/akeneo/pim-community-dev
- Owner: akeneo
- License: other
- Created: 2012-08-10T09:27:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T07:07:07.000Z (3 months ago)
- Last Synced: 2024-10-29T14:03:20.496Z (3 months ago)
- Topics: akeneo-pim, javascript, opensource, php, pim, product, symfony, ziggy
- Language: PHP
- Homepage: http://www.akeneo.com
- Size: 251 MB
- Stars: 955
- Watchers: 86
- Forks: 517
- Open Issues: 507
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-5.0.md
- Contributing: .github/CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-billing - Akeneo PIM - The open-source variant of the commercial Akeneo products. (Product Catalog / Market Research)
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