Skip to content

theodorosploumis/drush-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drush installer

A shell script to install 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

About

A shell script to install Drush on shared hosting environment.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages