Skip to content
GitLab
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
May 10, 2024
by
Artem Baranovskyi
Browse files
Initial commit. Docker infrastructure with dummy moodle plugin.
parent
0d664549
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
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
...
...
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