From 518f41644cb9089faabf1b81aa06e394646a92ab Mon Sep 17 00:00:00 2001
From: Kamil Manka <kamil.manka@seamless.se>
Date: Tue, 22 Dec 2015 12:50:32 +0100
Subject: [PATCH] README.md updated

---
 README.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/README.md b/README.md
index 192b6c9..25b4801 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:
-- 
GitLab