There are two ways that you can deploy the main bot application
Install in a Linux/Windows server
Deploy as a docker container
for the bot app to work the plugin(s) must be installed
Option 1: Install in a Linux or Windows server
Install .net core (only for linux - windows servers already chave .net as a core component
Download form https://learn.microsoft.com/en-us/dotnet/core/install/linux ?? (only
If you want more information on .net support by operating system, consult MS pages for .net: link
Download the bot application
Install the bot application
Edit the config
Set path for your moodle
SET PATH FOR twilio
xxx
Run
Test
Option 2: deploy using docker
In your docker environment install this package
After successful installation
config
Test