Skip to content

Instantly share code, notes, and snippets.

@onocom
Created July 11, 2016 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onocom/664595797fcb1e90b25e77fb620ce2e9 to your computer and use it in GitHub Desktop.
Save onocom/664595797fcb1e90b25e77fb620ce2e9 to your computer and use it in GitHub Desktop.
CPIのレンタルサーバにWPCLIをインストールする PHP7版
# http://www.cpi.ad.jp/evangelist/maekawa/column01/001.html
cd ~
mkdir bin
cd bin/
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
cd ~
echo alias wp 'php-7.0 ~/bin/wp-cli.phar' > .cshrc
source .cshrc
wp --info
cd ~/html
wp core download --locale=ja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment