Last active
April 21, 2017 13:53
-
-
Save BenBroide/7360f5abe17735a3ade92e96d46ceaad to your computer and use it in GitHub Desktop.
QuickWpWooCommerece.bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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