Dockerfiles icon indicating copy to clipboard operation
Dockerfiles copied to clipboard

More docs for beginner

Open maseen opened this issue 7 years ago • 2 comments

Hi,

i need more docs to install Akeneo with Docker for noob like me.

I follow :

https://docs.akeneo.com/2.2/install_pim/docker/installation_docker.html#

I download the "pim-community-standard" version But at this step :

Install Akeneo Now, you can initialize Akeneo by running:

$ bin/docker/pim-dependencies.sh
$ bin/docker/pim-initialize.sh

I have this error :

ERROR: No such service: fpm ERROR: No such service: node

maseen avatar Feb 20 '18 11:02 maseen

Hi @maseen.

You missed the section about running the containers https://docs.akeneo.com/2.2/install_pim/docker/installation_docker.html#run-and-stop-the-containers.

You need first to run docker-compose up -d, so your containers are up and you can launch the two commands.

I admit a reminder just before the Now, you can initialize Akeneo by running: could be nice though. There is a need to clarify the doc on many points. I'll add it to the backlog for the documentation.

Regards, Damien

damien-carcel avatar Feb 20 '18 11:02 damien-carcel

Relates to #307.

damien-carcel avatar Mar 06 '18 08:03 damien-carcel