From 53ba1bf857bf097e716bab8f1fc02e7cbea23da5 Mon Sep 17 00:00:00 2001 From: canove Date: Fri, 21 Aug 2020 11:29:12 -0300 Subject: [PATCH] update README --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e1a65ba..97fc487 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,18 @@ If a contact sent a new message in less than 2 hours interval, and there is no t +## Demo + +**Note**: It's not a good idea to sync your whatsapp account is this demo enviroment, because all your received messages will be stored in database and will be accessible by everyone that access this URL and creates an account. + +That said, theres not much to test without syncing an whatsapp account, since adding contacts or tickets simple throws an error if app is not synced with whatassp. I will create a better test enviroment in future. + +Meanwhile, if you want to test it, remember to disconnect session and delete all tickets and contacts after your tests. + +https://whaticket.economicros.com.br/ + +It's online thanks to [@ramphyx](https://github.com/ramphyx), that provided the VPS to create installation instructions. + ## Installation and Usage (Linux Debian/Ubuntu) Create Mysql Database using docker: @@ -257,16 +269,6 @@ Enable SSL on nginx (Accept all information asked): sudo certbot --nginx ``` -## Demo - -**Note**: It's not a good idea to sync your whatsapp account is this demo enviroment, because all your received messages will be stored in database and will be accessible by everyone that access this URL and creates an account. - -That said, theres not much to test without syncing an whatsapp account, since adding contacts or tickets simple throws an error if app is not synced with whatassp. I will create a better test enviroment in future. - -Meanwhile, if you want to test it, remember to disconnect session and delete all tickets and contacts after your tests. - -https://whaticket.economicros.com.br/ - ## Features - Have multiple users chating in same WhatsApp Number ✅