Skip to content

Instantly share code, notes, and snippets.

@wolfthemes
Created February 10, 2017 12:03
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 wolfthemes/aacd103a3eda4ca167e41965232ec08c to your computer and use it in GitHub Desktop.
Save wolfthemes/aacd103a3eda4ca167e41965232ec08c to your computer and use it in GitHub Desktop.
# Install wordpress
wp core download && wp core config --dbname=wp_db --dbuser=root && wp core install --url=http://localhost/wp/ --title=Wordpress --admin_user=admin --admin_password=admin --admin_email=youremail@domain.com
# Install and activate Plugins
wp plugin install wordpress-importer --activate
# Generate Posts
curl http://loripsum.wolfthemes.com | wp post generate --post_content --count=10
# Activate a theme
wp theme activate twentysixteen
# re-generate all thumbnails, without confirmation
wp media regenerate --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment