https://github.com/chi-teck/multi-drush
https://github.com/chi-teck/multi-drush
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chi-teck/multi-drush
- Owner: Chi-teck
- Created: 2017-06-06T16:38:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T09:18:31.000Z (over 8 years ago)
- Last Synced: 2024-12-29T13:32:52.118Z (9 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiDrush
A simple way to run multiple Drush versions on the same server.
## Installation
Download the [drush.phar](https://github.com/Chi-teck/multi-drush/releases/download/1.1.0/drush.phar) file. Rename the file to _drush_. Make it executable and move it to any folder that is in your PATH.```bash
wget https://github.com/Chi-teck/multi-drush/releases/download/1.1.0/drush.phar
chmod +x drush.phar
sudo mv drush.phar /usr/local/bin/drush
```## Links
Core conversation: https://www.drupal.org/node/2874827