pardahlman / docker-akeneo

Docker images for Akeneo PIM (https://www.akeneo.com/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akeneo PIM in Docker

Akeneo PIM is an open source product information management system.

This repo contains three different images:

  • akeneo: a fresh installation of Akeneo PIM, without database
  • akeneo-standalone: an all-in-one image with Akeneo PIM and MySQL (:warning: currently not ready)
  • akeneo-edge: experimental image with PHP7 (:warning: currently not ready)

The image is published at docker hub: pardahlman/akeneo.

Getting started

The easiest way to getting started is by creating a docker-compose.yml file similar to the one in the repo

> git clone https://github.com/pardahlman/docker-akeneo.git
> cd docker-akeneo
> docker-compose up

Open a browser and navigate to localhost:8080 (or the port you've mapped on the host). Log in with the credentials admin/admin.

About

Docker images for Akeneo PIM (https://www.akeneo.com/)


Languages

Language:Shell 100.0%