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
Pado
Asyst Moodle Plugin
Commits
7dd181c0
Commit
7dd181c0
authored
1 year ago
by
Artem Baranovskyi
Browse files
Options
Download
Email Patches
Plain Diff
Initial commit. Docker infrastructure with dummy moodle plugin.
parent
0d664549
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+1
-0
readme.md
with
1 addition
and
0 deletions
+1
-0
readme.md
+
1
-
0
View file @
7dd181c0
...
...
@@ -2,6 +2,7 @@
How to run Moodle Server:
~~~
bash
docker-compose up
-d
--build
docker-compose
exec
moodle php /var/www/html/moodle/admin/cli/install.php
--wwwroot
=
http://0.0.0.0
--dataroot
=
/var/www/html/moodledata
--dbtype
=
mariadb
--dbname
=
moodle
--dbuser
=
moodleuser
--dbpass
=
moodlepassword
--dbhost
=
mariadb
--adminpass
=
rootpassword
--fullname
=
"Moodle Site"
--shortname
=
"Moodle"
--agree-license
--non-interactive
docker-compose
exec
moodle
chown
-R
www-data:www-data /var/www/html/moodle
docker-compose
exec
moodle
chmod
-R
755 /var/www/html/moodle
...
...
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