Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are two ways that you can deploy the main bot application

  1. Install in a Linux/Windows server

  2. Deploy as a docker container

Info

for the bot app to work the plugin(s) must be installed

Option 1: Install in a Linux or Windows server

  1. Install .net core (only for linux - windows servers already chave .net as a core component

    1. Download form https://learn.microsoft.com/en-us/dotnet/core/install/linux ?? (only

    2. If you want more information on .net support by operating system, consult MS pages for .net: link

  2. Download the bot application

  3. Install the bot application

    1. Edit the config

      1. Set path for your moodle

      2. SET PATH FOR twilio

      3. xxx

  4. Run

  5. Test

Option 2: deploy using docker

In your docker environment install this package

After successful installation

  1. config

  2. Test