Skip to content

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

License

Notifications You must be signed in to change notification settings

jokesterfr/docker-prestashop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages