Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaporylie/docker-drupal-testbot
- Owner: zaporylie
- License: gpl-2.0
- Created: 2015-04-22T19:56:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T14:47:10.000Z (over 9 years ago)
- Last Synced: 2024-10-12T01:44:20.844Z (about 1 month ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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