• Stars
    star
    388
  • Rank 107,208 (Top 3 %)
  • Language
    Shell
  • License
    Other
  • Created over 10 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[Community Standard Edition] The open source Product Information Management (PIM) - please raise issues in https://github.com/akeneo/pim-community-dev/issues

Akeneo PIM Community Standard Edition

Welcome to Akeneo PIM.

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.

Installation instructions

Development Installation with Docker

Requirements

  • Docker 19+
  • docker-compose >= 1.24
  • make

Creating a project and starting the PIM

The following steps will install Akeneo PIM in the current directory (must be empty) and launch it from there:

$ docker run -u www-data -v $(pwd):/srv/pim -w /srv/pim --rm akeneo/pim-php-dev:8.1 \
    php /usr/local/bin/composer create-project --prefer-dist \
    akeneo/pim-community-standard /srv/pim "dev-master@dev"
$ make

The PIM will be available on http://localhost:8080/, with admin/admin as default credentials.

To shutdown your PIM: make down

Installation without Docker

$ php /usr/local/bin/composer create-project --prefer-dist akeneo/pim-community-standard /srv/pim "dev-master@dev"

You will need to change the .env file to configure the access to your MySQL and ES server.

Once done, you can run:

$ NO_DOCKER=true make

For more details, please follow https://docs.akeneo.com/master/install_pim

Upgrade instructions

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

Changelog

You can check out the changelog files in https://github.com/akeneo/pim-community-dev.

More Repositories

1

pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
PHP
946
star
2

api-php-client

PHP client of Akeneo PIM API
PHP
87
star
3

magento2-connector-community

Akeneo Connector for Magento 2
PHP
80
star
4

pim-docs

[Community Documentation Repository] The open source Product Information Management (PIM)
CSS
58
star
5

Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
Dockerfile
49
star
6

php-coupling-detector

[Experimental] Detect all the coupling issues of your project with respect to the coupling rules you have defined.
PHP
42
star
7

BatchBundle

[READ-ONLY] Batch architecture bundle inspired by Spring Batch
PHP
37
star
8

php-crowdin-api

A simple PHP Crowdin API client
PHP
34
star
9

PhpSpecSkipExampleExtension

Skip your PhpSpec examples through annotations
PHP
34
star
10

pim-api-docs

Akeneo Web API documentation (contributions are welcomed!)
Handlebars
32
star
11

MeasureBundle

[EXPERIMENTAL] [READ-ONLY] Manage measure units in families and conversions from a unit to another
PHP
27
star
12

nelson

Command based translation workflow between Crowdin and Github
PHP
21
star
13

api-php-client-ee

Old PHP client of Akeneo PIM EE API. Moved to https://github.com/akeneo/api-php-client
PHP
14
star
14

akeneo-design-system

TypeScript
12
star
15

demo-app

The purpose of the Demo App is to test the App-Connect experience.
PHP
10
star
16

transporteo

Migration Tool for Akeneo PIM from 1.7 to 2.0
PHP
8
star
17

pim-helpcenter

JavaScript
7
star
18

CsvToReferenceEntity

Migrate data from CustomEntityBundle, or initialize data from an ERP/MDM, to Akeneo Reference Entities records (available since 3.0), using CSV file import.
PHP
7
star
19

batch

[READ-ONLY] Batch architecture library inspired by Spring Batch
PHP
7
star
20

catalogs

Test catalogs for Akeneo PIM
PHP
6
star
21

sample-apps

Quick bootstrap your Akeneo Apps!
Shell
6
star
22

CnetConnector

PHP
5
star
23

onboarder-helpcenter

Help center of the Akeneo Onboarder
Less
4
star
24

dam-connector

Application skeleton to connect DAM systems with Akeneo PIM
PHP
4
star
25

platform

[READ-ONLY] Temporary mirror clone of Oro Platform, not used anymore with PIM >= 1.5.0
PHP
3
star
26

DeltaExportBundle

[DEPRECATED] Store export status for each product allowing delta export.
PHP
3
star
27

ExtendedMeasureBundle

Extended measures for Akeno PIM
PHP
3
star
28

patoche

Onboarder automation
JavaScript
3
star
29

docker-molecule-gce

Shell
2
star
30

CsvToAsset

PHP
2
star
31

docker-ansible

Shell
2
star
32

StorageUtilsBundle

[EXPERIMENTAL] [READ-ONLY] Persistence abstraction bundle
PHP
2
star
33

IcecatDemoBundle

[DEPRECATED] Icecat demo data set
PHP
2
star
34

PiivoConnector

PHP
2
star
35

tribes

JavaScript
1
star
36

YamlToMeasurement

PHP
1
star
37

storage-utils

[EXPERIMENTAL] [READ-ONLY] Persistence abstraction library
PHP
1
star
38

portal-helpcenter

Helpcenter for the Partners and Customers Portal
Less
1
star