Skip to content

Instantly share code, notes, and snippets.

@kferran
Last active August 29, 2015 14:07
Show Gist options
  • Save kferran/bae2043989201cfc93c3 to your computer and use it in GitHub Desktop.
Save kferran/bae2043989201cfc93c3 to your computer and use it in GitHub Desktop.
wp-init
echo "Installing WordPress using WP CLI"
cd /vagrant
wp core download
wp core config --dbname="wordpress" --dbuser=root --dbpass=root --dbhost="localhost"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment