Drumbeat/Website/Install: Difference between revisions

no edit summary
No edit summary
Line 206: Line 206:
* Moving CiviCRM database from staging to live. Clear the CiviCRM configuration from the database - which is rebuilt automatically from {Drupal root}/sites/default/civicrm.settings.php
* Moving CiviCRM database from staging to live. Clear the CiviCRM configuration from the database - which is rebuilt automatically from {Drupal root}/sites/default/civicrm.settings.php
  UPDATE `mozcrm_civicrm`.`civicrm_domain` SET `config_backend` = NULL WHERE `civicrm_domain`.`id` =1 LIMIT 1 ;
  UPDATE `mozcrm_civicrm`.`civicrm_domain` SET `config_backend` = NULL WHERE `civicrm_domain`.`id` =1 LIMIT 1 ;
== Notes on setting up ubuntu desktop server for SSL ==
http://paulbooker.info/node/9#comment-3
http://paulbooker.info/setting-up-ssl--ubuntu-and-apache
http://paulbooker.info/creating-ca-self-signed-ssl-certificates
Confirmed users
884

edits