Changes between Version 2 and Version 3 of website/devEnvironment/workstation


Ignore:
Timestamp:
05/17/13 12:57:13 (4 years ago)
Author:
benj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • website/devEnvironment/workstation

    v2 v3  
    8787'''Disable irritating modules:''' Before we do anything to our site, it's important that we disable some modules that will cause you problems on a development copy of the site.  The following drush command will take care of this for you: 
    8888 
    89 {{{drush dis -y notifictions messaging piwik google_analytics mailchimp captcha mollom session443}}} 
     89{{{drush dis -y notifictions messaging piwik google_analytics mailchimp captcha mollom session443 moopapi botcha 
     90}}} 
    9091 
    91 This will actually cause the following list of modules to be disabled: messaging, piwik, mailchimp, captcha, mollom, session443, messaging_mail, messaging_simple, messaging_template, notifications, messaging_mime_mail, notifications_anonymous, notifications_autosubscribe, notifications_content, notifications_nodetype, notifications_tags, notifications_ui, notifications_views, transition_pse, transition_pse_widget, recaptcha. 
     92This will actually cause the following list of modules to be disabled: messaging, piwik, mailchimp, captcha, mollom, session443, messaging_mail, messaging_simple, messaging_template, notifications, messaging_mime_mail, notifications_anonymous, notifications_autosubscribe, notifications_content, notifications_nodetype, notifications_tags, notifications_ui, notifications_views, transition_pse, transition_pse_widget, recaptcha, moopapi, botcha. 
    9293 
    9394'''Reroute Email'''. You should also turn on the Reroute Email module, which will force all email generated by Drupal to be rerouted to a single, configurable address (ie. yours).  This module should already be installed and enabled, and you'll just need to add permission to use it to the developer role ([url]admin/user/permissions#module-reroute_email).  Once you've got the permission to use it, go to Admin > Site Configuration > Reroute Email, check " Enable rerouting", enter your own email address, and click "Save configuration".