Skip to content

Commit

Permalink
Add support for tugboat #250
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Sep 23, 2024
1 parent 2e7a2b7 commit 16b527f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- echo "max_file_uploads = 40" >> /usr/local/etc/php/conf.d/my-php.ini
update:
- COMPOSER_MEMORY_LIMIT=-1 composer install -vvv
- COMPOSER_MEMORY_LIMIT=-1 composer update -vvv
# Install Varbase.
- ./bin/drush site-install varbase --yes --account-name="webmaster" --account-pass="webmaster" --account-mail="[email protected]" --db-url="mysql://tugboat:tugboat@mysql:3306/tugboat" --locale="en" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.varbase_demo=true varbase_extra_components.editoria11y=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true varbase_extra_components.varbase_ai=true varbase_extra_components.varbase_api=true install_configure_form.enable_update_status_emails=NULL -vvv
- ./bin/drush pm:enable varbase_development --yes
Expand Down

0 comments on commit 16b527f

Please sign in to comment.