From da97c26f2f54212aa7867caa43a1042161a2aca2 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Thu, 3 Nov 2016 12:00:35 +0530 Subject: [PATCH] Add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53f12bf --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Deployment + +**Create MySQL data source** + +![Data Source](/../master/configure/datasource.png?raw=true) + +**Configure the gadget** + +Configure MySQL username, password in [gadget-core.js](https://github.com/lgobinath/proximity-marketing/blob/master/gadgets/proximity-marketing/js/core/gadget-core.js#L32). (Default username & password are `root` and `root`) + +**Run the demo** + +1. Send events to Offers +2. Send events to Items +3. Send events to Coupons +4. Open the dashboard +5. Start sending events to Location \ No newline at end of file