Skip to content

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

License

Notifications You must be signed in to change notification settings

iFixit/pim-community-standard

 
 

Repository files navigation

Akeneo PIM Community Standard Edition

Welcome to iFixit's install of Akeneo

Installation instructions

Development Installation with Docker

Requirements

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

Starting an empty Akeneo

$ cp .env.dev .env
$ chown -R 1000 ./*
$ make
$ make bootstrap-database # DELETES ENTIRE DB, ONLY RUN ONCE!

The PIM will be available on http://localhost:8080/, with the credentials you specified in the boostrap-database step from above.

To shutdown your PIM: make down

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.1%
  • Makefile 12.0%
  • Shell 5.5%
  • Dockerfile 5.4%