Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bostondv/6faf993391f7916755af to your computer and use it in GitHub Desktop.
Save bostondv/6faf993391f7916755af to your computer and use it in GitHub Desktop.
cd $HOME
mkdir $HOME/bin
ln -s `which php70` $HOME/bin/php
echo 'export PATH=$HOME/bin:$PATH' >> $HOME/.bashrc
source $HOME/.bashrc
curl -sS https://getcomposer.org/installer | php
mv $HOME/composer.phar $HOME/bin/composer
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
mv $HOME/wp-cli.phar $HOME/bin/wp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment