An open API service indexing awesome lists of open source software.

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.

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)