Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

pardahlman/docker-akeneo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages