-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topic/ucsfcle 404/tugboatqa #55
Topic/ucsfcle 404/tugboatqa #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
.tugboat/config.yml
Outdated
- export MYSQL_PASSWORD=${MOODLE_DBPASS} | ||
- mysql -e "CREATE DATABASE IF NOT EXISTS ${MOODLE_DBNAME}; GRANT ALL PRIVILEGES ON moodle.* TO '${MOODLE_DBNAME}'@'%' IDENTIFIED BY '${MOODLE_DBPASS}'; FLUSH PRIVILEGES;" | ||
|
||
phpmyadmin: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phpMyAdmin, interesting. Can we take this out for now, and save it for later, when there is a need for it?
.tugboat/config.yml
Outdated
- chmod 0777 /var/www/moodledata | ||
|
||
update: | ||
- echo "****** updatig webserver *****" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo: should be 'updating'.
tugboat/mariadb:10.11.9 not yet in dockerhub (but noted as supported by tugboatqa)