Drupal Development

Nov 19 2011

How to Install Quickstart - Drupal Development Environment for Windows PC

Today I installed Quickstart – a development environment for Drupal which includes a PHP development environment, Drush, Git and other useful tools to facilitate building Drupal websites. It works for Windows, Mac and Linux operating systems. Here's a quick introduction on installing Quickstart on your PC.
 
I’ve heard so much about Drush, the command line shell used to speed up mundane Drupal tasks such as downloading and installing modules. I remember that when I first started learning how to use Drupal, much of my learning time was taken up with downloading and installing the newly updated modules. Then I learned how to turn off the update notifications and decided to update at regular intervals.
 
Nov 3 2011

Drush Make is Easy to Use

At the recent PNW Drupal Summit held in Portland, Oregon, I attended a session by Jonathon Hedstrom about Drush Make. Here are my notes:

Drush Make is:
  • used to make Drupal Distributions
  • has site manifest including every version and patch
  • easy for devs to quickly get up to speed on a project
  • you can eliminate duplicate repositories
  • encourages contributing back to the community
Jan 20 2011

Learn about Git - the Fast Version Control


I'm looking forward to attending How to Git Going with Git, our next Surrey Drupal meetup on Feb. 10th and learning all about Git. Here are some resources to read to give you a jumpstart on learning Git.

What are other articles and resources on learning Git do you recommend?