Blog: March 2011

Blog

CiviCon Raw Notes: CiviCRM with Aegir

Koumbit – non-profit cooperative (non-profit incorporation works better for this in Quebec), they handle not just projects but webhosting, monitoring, etc.

Aegir – Meant to simplify management, updating multiple sites, has a web GUI, so clients can clone etc. sites themselves, do testing, and merge back into their main site.

Blog

Raw Notes: Advanced Drush

Drush for Teams

  • Workflow:
    • // Write code
    • git commit && git push
    • //need most recent config?
    • drush site-install -y welcom
    • install drupal with profile with drush: drush site-install -y (which is the simplified command because of his drushrc.php) full command: drush si --yes $install_profile_name
  • Create installation profile files to quickly start from scratch with your standard setup
  • drushrc.php can include options you use often for drush commands (e.g. site-install)