readme.md 484 Bytes
Newer Older
1
### How to wrap up and run Moodle Server:
2

3
Run these commands at CLI to use ASYST with universal BERT model based on German language.
4
5

~~~bash
6
docker-compose up -d --build
7
install_moodle
8
~~~
9
10
11
12
13
14
15

It is suggested to use our moodle plugin to communicate with ASYST script using such a
route http://127.0.0.1:5000/api/data

Now the preinstalled MOODLE LMS is available at https://www.moodle.loc

**Note**: Bind https://www.moodle.loc to your localhost at **hosts** file depending on your OS.