A demo Drupal and CiviCRM site. Can be deployed on Tugboatqa.com.
- Fork this repo.
- Create an account on https://www.tugboatqa.com by connecting with a github account. Can be used for free with a size limit.
- Under My Projects create a new project and select github, your namespace and this repo.
- Select the Branch tab,
main
branch and clickBuild Preview
. - The first time the build process takes some time, but this gets cached.
- If the build is successful. Click on the
Preview
button which opens the site. - Login with
admin
and123somethingpencil
.
Can also test this in Lando.
lando drush si --db-url=mysql://drupal10:drupal10@database:3306/drupal10 --account-pass=mom -y
lando cv core:uninstall --cwd="./httpdocs"
lando cv core:install --cwd="./httpdocs" --cms-base-url="https://dcivi.lndo.site" -m -v -K --db=mysql://drupal10:drupal10@database:3306/civicrm
composer outdate "drupal/*"
composer update "drupal/core-*" -W
https://docs.civicrm.org/sysadmin/en/latest/upgrade/drupal8/
composer update civicrm/civicrm-{core,packages,drupal-8} --with-all-dependencies
cv --cwd="httpdocs" upgrade:db