Online demo by Tugboat |
Clone this repository:
git clone [email protected]:Lullabot/dubbot-tugboat.git
If you are planning to use ddev, now it's a good moment for ddev start
.
You can run ddev exec ./install.sh
For updating your env to the latest:
ddev composer update drupal/dubbot
You might need to run ddev exec ./install.sh
again, as we are not providing
any upgrade paths yet.
Visit /admin/config/system/dubbot
and enter the DubBot embed key.
Go to web/modules/contrib/dashboard and ensure to set the origin:
git remote set-url origin [email protected]:project/dubbot.git
Git checkout 1.0.x
git co 1.0.x
Running all tests:
ddev exec phpunit --testsuite all
Checking module files:
ddev exec phpcs --standard=web/core/phpcs.xml.dist web/modules/contrib/dubbot