Difference between revisions of "CiviCRM/WordPress"

From Freephile Wiki
Jump to navigation Jump to search
Line 77: Line 77:
  
 
=== Using WP-CLI to upgrade plugins ===
 
=== Using WP-CLI to upgrade plugins ===
# go to the document root
+
# go to the document root <pre>cd /var/www/html</pre>
cd /var/www/html
+
# update all the plugins with wp-cli <pre>sudo -u www-data wp plugin update --all</pre>
# update all the plugins with wp-cli
 
sudo -u www-data wp plugin update --all
 
  
 
=== Using WP-CLI to upgrade CiviCRM ===
 
=== Using WP-CLI to upgrade CiviCRM ===

Revision as of 11:41, 16 July 2018

  1. There is an issue on GitHub discussing simplifying the instructions down to the "essentials for routine installs"; with notes about edge cases. https://github.com/civicrm/civicrm-sysadmin-guide/issues/52#issuecomment-404952171