Description
This repository is used to create a new PIM project based on Akeneo PIM.
Akeneo PIM alternatives and similar libraries
Based on the "Web Applications" category.
Alternatively, view Akeneo PIM alternatives based on common mentions on social networks and blogs.
-
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony -
drupal
Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub. -
Lychee
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos. -
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. -
Aimeos shop system
Integrated online shop based on Laravel 11 and the Aimeos e-commerce framework for ultra-fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce -
pH7 Social Dating Builder
๐ป pH7Builder (formerly pH7CMS) is a Professional & Open Source Social Dating CMS written in PHP 8 ๐ This Social Dating Script aims to be low resource-intensive, powerful and secure. pH7Builder includes over 40 modules. It is the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for enterprise level Da -
PHP Queue
A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners. -
BraincraftedBootstrapBundle
BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands. -
Chat Application In PHP with file sharing system
Chat Application In PHP using AJAX with file transferring system. Download free source code of real time chat application in PHP using AJAX with file transfer system -
NumberNine CMS
NumberNine is a full-featured CMS built with Symfony. It fills the gaps with the Symfony ecosystem which lacks super fast development for small to medium scale projects.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Akeneo PIM or a related project?
README
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.