Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 15, 2024
1 parent 7975c7e commit 4453ff3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ services:
init:
- echo "****** initializing webserver *****"

- env
- export MOODLE_DOCKER_DBTYPE=mariadb
- export MOODLE_DOCKER_DB=mysql
- export MOODLE_DOCKER_DBCOLLATION=utf8mb4_bin
- export MOODLE_DOCKER_DBNAME=moodle
- export MOODLE_DOCKER_DBUSER=moodle
- export MOODLE_DOCKER_DBPASS=m@0dl3ing
- env
- sudo apt-get update
- sudo apt-get install php8.0-mysql

- echo "SetEnv MOODLE_DOCKER_DB mariadb" >> /etc/apache2/conf-available/env.conf
- echo "SetEnv MOODLE_DOCKER_DBTYPE mariadb" >> /etc/apache2/conf-available/env.conf
Expand All @@ -35,8 +29,7 @@ services:
- echo "SetEnv MOODLE_DOCKER_DBPASS m@0dl3ing" >> /etc/apache2/conf-available/env.conf
- service apache2 reload

- sudo apt-get update
- sudo apt-get install php-mysqli


# Link the document root to the expected path. This example links /moodle
# to the docroot.
Expand All @@ -55,10 +48,6 @@ services:
- mkdir /var/www/behatfaildumps
- chmod 0777 /var/www/moodledata

- pwd
- cd ${DOCROOT}
- pwd

# Install/update packages managed by composer, including drush.
- composer install --optimize-autoloader --ignore-platform-req=ext-zip --ignore-platform-req=ext-intl

Expand Down

0 comments on commit 4453ff3

Please sign in to comment.