/docker-prestashop

Quickly bootstrap a local and broadly shareable prestashop instance with docker-compose.

Primary LanguageShellMIT LicenseMIT

docker-prestashop

Quickly bootstrap a local and broadly shareable prestashop instance with docker-compose.

Requirements

Usage

(Optional) if you have an ngrok account, fill your token in .env:

cp .env.dist .env
edit .env

Note: without authentication your ngrok session will last only 2h.

Run the server:

alias dc="docker-compose" # you may store this in ~/.bash_aliases and source ~/.bashrc
dc down && dc up -d

Wait a few minutes and your server will be up, ready to be used from http://localhost:8000/ (will redirect you to a public url like http://xxxxxxxxxxxx.ngrok.io).

Pro tip: to get more information on your ngrok instance go to http://localhost:4040.

Go to http://localhost:8000/admin-test/ to access to your back office, and login with the above credentials:

Ressources

What's next

Some ideas for the future: