Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-1-anderson/drush-dgd7-scripts
Example scripts for the Drush chapter of the Definitive Guide to Drupal 7
https://github.com/greg-1-anderson/drush-dgd7-scripts
Last synced: 18 days ago
JSON representation
Example scripts for the Drush chapter of the Definitive Guide to Drupal 7
- Host: GitHub
- URL: https://github.com/greg-1-anderson/drush-dgd7-scripts
- Owner: greg-1-anderson
- Created: 2011-02-21T04:40:18.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-03T21:15:22.000Z (almost 14 years ago)
- Last Synced: 2024-10-26T06:51:06.134Z (2 months ago)
- Language: PHP
- Homepage: http://definitivedrupal.org/
- Size: 102 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
drush-dgd7-scripts
==================Before you can do anything with these scripts, you must open
the file 00-00-init and customize it for your system. See
comments in the script.The numbered scripts, nn-nn-script-name, are the different
scripts used as examples in the Drush chapter of the book
Definitive Guide to Drupal 7. You can run these, but you
have to run them in sequence, because some scripts depend on
changes made to the site by the previous script. While this
is not very good practice for unit tests, this is the way
the examples in the chapter work, ergo these scripts behave
the same way.If you want to run all of the scripts in sequence, you can
simply run the 'run-all' script.If you are looking for unit tests for drush, try:
https://github.com/Cyrve/Drush-PHPUnit