From e84818668dd82464f803066a5a94430e1f82da55 Mon Sep 17 00:00:00 2001 From: Obrain2016 Date: Tue, 28 Aug 2018 14:44:24 -0500 Subject: [PATCH] Add Articulate Integration --- docs/installation.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d9e309f0..5cd8f60b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,6 +15,15 @@ Make sure you've got `Docker`_ installed. Point your web browser at http://localhost:5001 and enjoy Rasa-UI with BotSharp. +Integrate with `Articulate UI`_, you can use docker compose to run. +Make sure you've got `Docker`_ installed. + +:: + + PS D:\BotSharp\> docker-compose -f docker-compose-articulateui.yml up + +Point your web browser at http://localhost:3000 and enjoy Rasa-UI with BotSharp. + Building BotSharp ^^^^^^^^^^^^^^^^^ Make sure the `Microsoft .NET Core`_ build environment is installed. @@ -68,4 +77,4 @@ Use BotSharp.NLP as a natural language processing toolkit alone. .. _Rasa UI: https://github.com/paschmann/rasa-ui .. _Articulate UI: https://spg.ai/projects/articulate .. _Microsoft .NET Core: https://www.microsoft.com/net/download -.. _Docker: https://www.docker.com \ No newline at end of file +.. _Docker: https://www.docker.com