From 25b6a2b8c3251ee8393dc0a2d8d242b6c0c51e85 Mon Sep 17 00:00:00 2001 From: Obrain2016 Date: Fri, 24 Aug 2018 10:18:39 -0500 Subject: [PATCH] Specify compose file --- README.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fa0fc3d5..aa7eea3a 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,14 @@ https://github.com/Oceania2018/BotSharp/wiki QUICK START ----------- + +Integrate Rasa UI with botsharp, you can use docker compose to run + +:: + + PS D:\BotSharp\> docker-compose -f docker-compose-rasaui.yml up + + Building BotSharp ^^^^^^^^^^^^^^^^^ Make sure the `Microsoft .NET Core`_ build environment is installed. @@ -62,12 +70,6 @@ Start a container: PS D:\BotSharp\> docker run -it -p 5000:5000 botsharp - -To integrate Rasa UI with botsharp, you can use docker compose to run - -:: - - PS D:\BotSharp\> docker-compose up point your web browser at http://localhost:5001 and enjoy Rasa-UI with Botsharp