It's a simply as possible docker compose
stack to run a
Prestashop for development and for
production.
To run this you just need a docker and docker compose.
Optionally you need also GIT to clone this repository.
Download and extract this repository from
here
or clone it with git
:
git clone git@github.com:eXtalionLab/prestashop_docker.git .
cd prestashop_docker
When you are in the project directory you can run the stack:
docker compose up [-d]
Wait for download and build images. Goto http://localhost/
and enjoy your new shop. Goto admin panel, login
with credentials admin@email.com
and admin123
and play with your
back-office.