henryhamon / iris-chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iris-chatbot

Online demo

Installation prerequisites

If you'd like to test the project in your environment, make sure you have git and Docker desktop installed.

ZPM installation

USER>zpm "install iris-chatbot"

Docker installation

If the online demo is not available anymore or you would like to play with the project code, you can set up a docker container. In order to get your container running, follow these steps:

Clone/git pull the repo into any local directory

$ git clone git@github.com:jrpereirajr/iris-chatbot.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

About

License:MIT License


Languages

Language:ObjectScript 89.5%Language:Dockerfile 8.1%Language:Shell 2.4%