• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Notes to Self

  • Aviation Weather from NOAA Plugin
    • KZZV
    • Bad Shortcode
    • Simple Metar
  • Meetings

wp-cli

Mark Chouinard / April 7, 2016

Setting Up Unit Tests with WP-CLI and VVV

Tried to set up unit tests tonight as I’ve done myriad times before. This time I was getting nowhere. The database was being created but that was it. As usual, I was running install-wp-tests.sh from the command line after ssh-ing into the Vagrant box. [email protected]:/srv/www/plugins/htdocs/wp-content/plugins/aviation-weather-from-noaa$ bash bin/install-wp-tests.sh wordpress_test root ‘root’ localhost latest + install_wp + ‘[‘ […]

Mark Chouinard / September 18, 2014

Running Recent WP-CLI on DreamHost

For my own benefit, I’ll keep this link here. So, I followed the above, then created an alias to wpmc to run wp-cli with the newer version. Thanks, Topher

Mark Chouinard / August 1, 2014

Batch Import using WP-CLI

Place multiple export files into a single directory, then run the following: # Activate the wordpress importer wp plugin activate wordpress-importer –url=http://localhost/example.com/ # Iterate over all of the import files in a given folder. for f in myfolder/*.xml; do wp import $f –authors=skip –skip=attachment –url=localhost/example.com/; done  

Mark Chouinard / July 25, 2014

Memory Limits on VVV

Was trying to import an xml into a VVV site from a live site.  2,995 posts.  WP-CLI would do ~150 at most before being killed.  Only thing that seemed to help was toggling xdebug on and off, otherwise it was being killed right after the ‘Starting import’ message.  Tried WP Importer, but it kept telling […]

Mark Chouinard / July 17, 2014

Super Basic Bash Script for WP-CLI Import

Did my first WordPress import today using wp-cli.  After unzipping the export file, I was looking at 157 xml files.  Seemed plausible I could just point wp-cli import to the folder containing them, but all I got was an error: This does not appear to be a WXR file, missing/invalid WXR version number. Fortunately, I recently […]

Mark Chouinard / April 26, 2014

How to Change WordPress Multisite Domain Name

http://halfelf.org/2014/changing-domain-name-multisite/ which referenced this, as well https://github.com/interconnectit/Search-Replace-DB

Primary Sidebar

Post Archives

  • December 2022
  • July 2022
  • December 2021
  • October 2021
  • June 2021
  • February 2021
  • October 2020
  • September 2020
  • August 2020
  • March 2020
  • February 2020
  • December 2019
  • September 2019
  • June 2017
  • May 2016
  • April 2016
  • March 2016
  • September 2015
  • August 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • January 2013
  • December 2012
  • January 2011

Footer

Copyright © 2023 · machouinard · Log in