Difference between revisions of "CiviCRM/WordPress"

From Freephile Wiki
Jump to navigation Jump to search
(This changes nothing)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{CompanyName}} setup CiviCRM on top of WordPress for Coastal Trails Coalition in order to substantially improve operations.
 
{{CompanyName}} setup CiviCRM on top of WordPress for Coastal Trails Coalition in order to substantially improve operations.
  
CiviCRM gives us all benefits and capabilities of a large commercial CRM and donor management system completely free of licensing costs. CiviCRM allows non-profits to benefit from an integrated solution for donor management, events, bulk email, etc. substantially increasing their effectiveness as compared to managing a variety of non-
+
CiviCRM gives us all benefits and capabilities of a large commercial CRM and donor management system completely free of licensing costs. CiviCRM allows non-profits to benefit from an integrated solution for donor management, events, bulk email, etc. substantially increasing their effectiveness as compared to managing a variety of non-
  
 
So, what in particular did I need to do in order to setup CiviCRM, and test or convert operations?  This article with explore and document that effort.
 
So, what in particular did I need to do in order to setup CiviCRM, and test or convert operations?  This article with explore and document that effort.
Line 77: Line 77:
  
 
=== Using WP-CLI to upgrade plugins ===
 
=== Using WP-CLI to upgrade plugins ===
# go to the document root <pre>cd /var/www/html</pre>
+
# go to the document root
# update all the plugins with wp-cli <pre>sudo -u www-data wp plugin update --all</pre>
+
cd /var/www/html
 +
# 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:38, 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