Project 'ulrike.pado/asyst-moodle-plugin' was moved to 'knight/asyst-moodle-plugin'. Please update any links and bookmarks that may still have the old path.
Commit 238f4617 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Small docs update.

2 merge requests!3Fixed whole Docker infrastructure with dummy moodle plugin.,!2Draft: Resolve "can the post be sanitised before passing to the external service?"
Showing with 11 additions and 6 deletions
+11 -6
### How to wrap up and run Moodle Server:
Run these commands at CLI to use ASYST with universal BERT model based on German language.
To use ASYST with universal BERT model based on German language just Run these commands at CLI.
~~~bash
docker-compose up -d --build
/bin/bash install_moodle.sh
docker-compose up -d --build && ./install_moodle.sh
~~~
Infrastructure rolls up a Brand New Moodle instance. If you have
Use these creds to access Moodle admin page
admin:rootpassword
Database connection URL: jdbc:mariadb://localhost:3306/moodle
## Development tips
To facilitate DB monitoring at IDE set such a Database connection URL:
~~~bash
jdbc:mariadb://localhost:3306/moodle
~~~
It is suggested to use our moodle plugin to communicate with ASYST script using such a
route http://127.0.0.1:5000
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
Now the preinstalled MOODLE LMS is available at https://www.moodle.loc
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment