Instructions to deploy the software (Tested on Ubuntu 16.04 and Windows 10):
- Install latest stable docker version (Tested with v.17.11.0-ce, v.1.13.1)
- Install latest stable docker-compose version (Tested with v.1.17.0 and v.1.8.0)
- Move to the 'SEP_Frontend' directory and place your server ip with port (Default Port 3000) in the settings.json file (Important!!)
- Move to the root directory and update the .env file with your LiveEngage data (Important!!)
- Run the following docker-compose command:
docker-compose up
- Build Welcome-Bot image with curl:
curl -X POST http://localhost:3000/image/create -H 'cache-control: no-cache' -H 'content-type: application/json' -d '{"type" : "Welcome_Bot"}'
- Build FAQ-Bot image with curl:
curl -X POST http://localhost:3000/image/create -H 'cache-control: no-cache' -H 'content-type: application/json' -d '{"type" : "FAQ_Bot"}'
- Connect to the server via a browser (Tested with Chrome) and Login with your LiveEngage ID (Important for Chat) and some random user data
Copyright 2017 Christian Coenen, Stefan Hauk, Dominik Holweck, Josue Nguemo, Philip Oesterlin, Dennis Schlage
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.