Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaporylie/docker-drupal-testbot

Drupal core testbot
https://github.com/zaporylie/docker-drupal-testbot

Last synced: 7 days ago
JSON representation

Drupal core testbot

Awesome Lists containing this project

README

        

# Drupal core testbot

If you experience that your tests passes locally but Drupal Testbot returns "Failed" it is, most likely, because of differences in LAMP stack configuration.

## Docker to the rescue

You can use Docker to recreate Testbot on your local host (if you are using Linux) or run it on remote server.

## How to run?

````
docker run -ti -e GIT_BRANCH=8.0.x -e GIT_PATCH=http://drupal.org... zaporylie/docker
````

## Credits
zaporylie