Skip to content

Lullabot/dubbot-tugboat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2164d14 · May 10, 2024

History

35 Commits
May 10, 2024
May 18, 2023
May 10, 2024
May 10, 2024
May 10, 2024
May 8, 2023
May 10, 2024
May 8, 2023
May 11, 2023
May 10, 2024
May 10, 2024
May 19, 2023
May 24, 2023
May 15, 2023

Repository files navigation

DubBot Drupal module Tugboat environment

build status
Online demo by Tugboat

Setup

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.

Set the DubBot embed key

Visit /admin/config/system/dubbot and enter the DubBot embed key.

For contributing:

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 DubBot module tests

Running all tests:

ddev exec phpunit --testsuite all

Checking DubBot module coding standards

Checking module files:

ddev exec phpcs --standard=web/core/phpcs.xml.dist web/modules/contrib/dubbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published