Chef cheat sheet: Difference between revisions

Line 166: Line 166:


  [https://github.com/wp-cli/wp-cli A command line interface for WordPress]
  [https://github.com/wp-cli/wp-cli A command line interface for WordPress]
[http://wp-cli.github.com/pear/ wp-cli]


<pre>
<pre>
wp core install --url='http://www.example.com/blog' --title='MY SITE' --admin_email='admin@example.com' --admin_password='�pass'
wp core install --url='http://www.example.com/blog' --title='MY SITE' --admin_email='admin@example.com' --admin_password='pass'


wp plugin install apc (!!! mv ./object-cache.php ../../ )
wp plugin install apc (!!! mv ./object-cache.php ../../ )