diff --git a/README.md b/README.md index 192b6c949ad5d6aed38a71c2af4f8260d3ae09e6..25b480162bebbacfd25e249a314a0ce4a7e5e8fd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # seqr-prestashop-data Docker data container for prestashop + +## How to run this +Mapping local plugin dev directory to the Prestashop data container. + +```bash +export DEV_DIR /home/yourhome/path/to/seqr/plugin + +docker-compose up + +``` + +Your Prestashop site will be available on the **8080** port. + +## Available ports + * 8080: Prestashop site + * 3306: mysql database + * 9000: Xdebug extension for PHP debugging + +## Prestashop database + + username: **root** + + password: