Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KNIGHT
Asyst Moodle Plugin
Commits
238f4617
Commit
238f4617
authored
1 year ago
by
Artem Baranovskyi
Browse files
Options
Download
Email Patches
Plain Diff
Small docs update.
parent
7b3a3538
asystgrade-master-project
2-please-don-t-call-curl_init-directly-and-instead-use-moodle-s-curl-class
4-can-the-post-be-sanitised-before-passing-to-the-external-service
2 merge requests
!3
Fixed whole Docker infrastructure with dummy moodle plugin.
,
!2
Draft: Resolve "can the post be sanitised before passing to the external service?"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+11
-6
readme.md
with
11 additions
and
6 deletions
+11
-6
readme.md
+
11
-
6
View file @
238f4617
### How to wrap up and run Moodle Server:
### How to wrap up and run Moodle Server:
Run these commands at CLI t
o use ASYST with universal BERT model based on German language.
T
o use ASYST with universal BERT model based on German language
just Run these commands at CLI
.
~~~
bash
~~~
bash
docker-compose up
-d
--build
docker-compose up
-d
--build
&&
./install_moodle.sh
/bin/bash install_moodle.sh
~~~
~~~
Infrastructure rolls up a Brand New Moodle instance. If you have
Use these creds to access Moodle admin page
Use these creds to access Moodle admin page
admin:rootpassword
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
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
route http://127.0.0.1:5000
/api/autograde
Now the preinstalled MOODLE LMS is available at https://www.moodle.loc
Now the preinstalled MOODLE LMS is available at https://www.moodle.loc
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets