These scripts manage configuration of Drupal multi-site installations from CLI. All of them are written in PHP and several of them uses Drush plugins or extensions.
The scripts can be executed like a Bash script. Do not try to run them from web browser, because you will probably hit execution time limit of PHP. Generally CLI side does not have "maximum execution time" setting (hardcoded to 0).
Example: ./clear_cache_all.php
- Drush
- Drush Environment and information about this module on author's website
- Drush Views
- Drush Extras (for D6 only)
- CAPTCHA module
- reCAPTCHA module
- Permissions API (for D6 only)
- Link Checker
- Internalization
- Secure Pages (for D6 only)
- System Permissions (for D6 only)
- Calendar
- You can use Download ZIP button on the right side.
- It is possible to use Github for Windows.
- Additionally, Atlassian SourceTree is a good alternative.
- It requires a registration, but registration is free.
- If you have a Bitbucket account, you can use it for this step.
- You can commit, push and pull changes to Github repo using these tools.
- For editing files, I recommend Notepad++.
- Use
apt-get install git
to install Git from terminal. - Go to your development directory (or create one) and run
git clone https://github.com/orbingol/drush.git
- Use your favorite editor to edit files. Geany is very similar to Notepad++ on Windows.
- Read Git documentation for details.
This package is licensed under APACHE License v2.0.