Requires: Docker
and Docker Compose
docker-compose build
docker-compose up
Then go to localhost:8080.
server: db
user: root
password: Biznes
database: prestashop
And import database from file ./dump/postgres.sql
After import is complete you can finally go to store localhost.
docker-compose down
email: polibudamichal@gmail.com
pass: Biznes123
In prestashop/config/defines.inc.php
change _PS_MODE_DEV_
to true
define('_PS_MODE_DEV_', true);
http://localhost/admin504ckxrsd/
polibudamichal@gmail.com
Biznes123