https://github.com/theodorosploumis/drush-installer
A shell script to install Drush on shared hosting environment.
https://github.com/theodorosploumis/drush-installer
drupal drush shared-hosting
Last synced: 8 months ago
JSON representation
A shell script to install Drush on shared hosting environment.
- Host: GitHub
- URL: https://github.com/theodorosploumis/drush-installer
- Owner: theodorosploumis
- License: gpl-2.0
- Created: 2015-07-18T06:55:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T13:07:51.000Z (over 7 years ago)
- Last Synced: 2025-02-08T15:46:24.609Z (about 1 year ago)
- Topics: drupal, drush, shared-hosting
- Language: Shell
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drush installer
A shell script to install [Drush](https://github.com/drush-ops/drush) on shared hosting environment.
## Installation
Login into the server (with ssh) and then run the installer. Then follow the installer steps and select your preferences.
Althout script already is sourcing the new command alias on ~/.bashrc it will not work. So, you have to source this file again manually.
`$ source ~/.bashrc`
### With git (server has git and permission to access github)
`
$ cd;wget https://raw.githubusercontent.com/theodorosploumis/drush-installer/master/drush-with-git.sh;bash drush-with-git.sh
`
### Without git
`
$ cd;wget https://raw.githubusercontent.com/theodorosploumis/drush-installer/master/drush-no-git.sh;bash drush-no-git.sh
`
### As a php phar
`
$ cd;wget https://raw.githubusercontent.com/theodorosploumis/drush-installer/master/drush-phar.sh;bash drush-phar.sh
`
## Known issues
- [Composer Update Fails due to Github Authorization](https://github.com/composer/composer/issues/3542)