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

Artem Baranovskyi's avatar
Artem Baranovskyi committed
3
To use ASYST with universal BERT model based on German language just Run these commands at CLI.
4
5

~~~bash
Artem Baranovskyi's avatar
Artem Baranovskyi committed
6
docker-compose up -d --build && ./install_moodle.sh
7
~~~
8

Artem Baranovskyi's avatar
Artem Baranovskyi committed
9
10
Infrastructure rolls up a Brand New Moodle instance. If you have  

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

Artem Baranovskyi's avatar
Artem Baranovskyi committed
14
15
16
17
18
## Development tips
To facilitate DB monitoring at IDE set such a Database connection URL: 
~~~bash
jdbc:mariadb://localhost:3306/moodle
~~~
19

Artem Baranovskyi's avatar
Artem Baranovskyi committed
20
21
It is suggested to use our moodle plugin to communicate with Flask-based ASYST script using such a
route http://127.0.0.1:5000/api/autograde
22
23
24
25

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.