E.D.D.I - Open Source Chatbot Platform Installation

Installation E.D.D.I can be installed both from source and as a Docker container. I will perform the installation from source. First we need to install the following applications: Java SDK version 8 git Maven mongoDB Community Server Set environment variables for Java and Maven: Set paths for Java, Maven, and MongoDB: Test paths: Download sources via git: cd git clone https://github.com/labsai/EDDI.git Build application via Maven: mvn clean install ...

August 8, 2018 ยท Aaron