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
866f9a08
Commit
866f9a08
authored
Sep 24, 2024
by
Artem Baranovskyi
Browse files
Small PHPunit setting fix.
parent
67087bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_moodle.sh
View file @
866f9a08
...
@@ -50,8 +50,7 @@ docker-compose exec moodle php ${MOODLE_BASE_DIR}/admin/cli/install.php \
...
@@ -50,8 +50,7 @@ docker-compose exec moodle php ${MOODLE_BASE_DIR}/admin/cli/install.php \
# Locale setting inside the Docker container
# Locale setting inside the Docker container
docker-compose
exec
-u
root moodle bash
-c
"apt-get update && apt-get install -y locales &&
\
docker-compose
exec
-u
root moodle bash
-c
"apt-get update && apt-get install -y locales &&
\
echo 'en_AU.UTF-8 UTF-8' >> /etc/locale.gen &&
\
echo 'en_AU.UTF-8 UTF-8' >> /etc/locale.gen &&
\
locale-gen &&
\
locale-gen"
update-locale"
# Composer installation to run phpunit tests
# Composer installation to run phpunit tests
docker-compose
exec
moodle bash
-c
"
docker-compose
exec
moodle bash
-c
"
...
...
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