RobLoach / drush-docker

:whale: Docker Container to run Drush
http://registry.hub.docker.com/u/drush/drush
Other
19 stars 19 forks source link

Install Drush:8 using the PHAR file #10

Closed RobLoach closed 8 years ago

RobLoach commented 8 years ago

http://docs.drush.org/en/master/install/ https://github.com/drush-ops/drush/releases/download/8.0.5/drush.phar

# Download latest stable release using the code below or browse to github.com/drush-ops/drush/releases.
wget https://github.com/RobLoach/drush-docker/issues/10 

# Test your install.
php drush.phar core-status

# Rename to `drush` instead of `php drush.phar`. Destination can be anywhere on $PATH. 
chmod +x drush.phar
sudo mv drush.phar /usr/local/bin/drush

# Optional. Enrich the bash startup file with completion and aliases.
drush init
RobLoach commented 8 years ago

curl is there too.

pirog commented 8 years ago

very nice! CURL EVERYTHING

RobLoach commented 8 years ago

:+1: