readme.md 615 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
/bin/bash install_moodle.sh
8
~~~
9

10
11
12
13
14
Use these creds to access Moodle admin page
admin:rootpassword

Database connection URL: jdbc:mariadb://localhost:3306/moodle

15
It is suggested to use our moodle plugin to communicate with ASYST script using such a
16
route http://127.0.0.1:5000
17
18
19
20

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.