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
8 months ago
by
Artem Baranovskyi
Browse files
Options
Download
Email Patches
Plain Diff
Small PHPunit setting fix.
parent
67087bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_moodle.sh
+1
-2
install_moodle.sh
with
1 addition
and
2 deletions
+1
-2
install_moodle.sh
+
1
-
2
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
"
...
...
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