Skip to content

Drush scripts for use in Drupal multi-site installations

License

Notifications You must be signed in to change notification settings

orbingol/drupal_drush-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drush Scripts

Introduction

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

Prerequisites

Main

Others

Downloading Scripts from Github

For All Platforms

  • You can use Download ZIP button on the right side.

Windows (for development)

  • 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++.

Debian (for development)

  • 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.

License

This package is licensed under APACHE License v2.0.

About

Drush scripts for use in Drupal multi-site installations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages