akeneo / Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
https://hub.docker.com/r/akeneo/
MIT License
49 stars 34 forks source link

More docs for beginner #315

Open maseen opened 6 years ago

maseen commented 6 years ago

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

damien-carcel commented 6 years ago

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 commented 6 years ago

Relates to #307.