andrew1stein

Results 3 issues of andrew1stein

Following the documentation https://botsharp.readthedocs.io/en/latest/installation.html ``` git clone https://github.com/Oceania2018/BotSharp cd BotSharp dotnet build -v m -o ../bin -c ARTICULATE ``` Fails: PS C:\users\andre\BotSharp2\BotSharp> dotnet build -v m -o ../bin -c ARTICULATE...

Following the documentation https://botsharp.readthedocs.io/en/latest/installation.html > Build Chatbot Designer PS D:\> git clone https://github.com/Oceania2018/articulate-ui PS D:\> cd articulate-ui PS D:\> npm install PS D:\> npm start This fails: PS C:\users\andre\BotSharp2> git...

Following this guide: https://botsharp.readthedocs.io/en/latest/installation.html I get an API failure. PS C:\users\andre\BotSharp\BotSharp> docker-compose -f dockerfiles/docker-compose-articulateui.yml up Starting dockerfiles_botsharp_1 ... done Starting dockerfiles_ui_1 ... done Starting 7f05049e74f0_dockerfiles_api_1 ... done Attaching to dockerfiles_botsharp_1,...