Skip to content

Instantly share code, notes, and snippets.

@BenBroide
Last active April 21, 2017 13:53
Show Gist options
  • Select an option

  • Save BenBroide/7360f5abe17735a3ade92e96d46ceaad to your computer and use it in GitHub Desktop.

Select an option

Save BenBroide/7360f5abe17735a3ade92e96d46ceaad to your computer and use it in GitHub Desktop.
QuickWpWooCommerece.bash
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
wp core install --url=example.com --title=QuickWP --admin_user=admin --admin_password=123456 --admin_email=info@example.com
wp scaffold child-theme twentysixteen-child --parent_theme=twentysixteen
wp plugin install woocommerce --activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment