deployment

Building a Product on top of Drupal

For the past year, all of my Drupal work has been devoted to building a product on top of Drupal. In the beginning of the year, I worked with the Science Collaboration Framework to create PD Online. For the past 7 months, I have been with   continue ...

Learning more about Staging and Deployment

Staging and deployment is a vital part of any project, Drupal or not. As I’ve discussed previously, staging and deploying to production is particularly difficult for all the Content Management Systems out there that intermingle content and configuration settings within the database - and Drupal is definitely one of them.  continue ...

dbscripts v1.0 released

I finally decided that what I’ve been developing in the dbscripts module is stable and decent enough to deserve an official 1.0 release. I’ve written up the problem I was trying to solve with these scripts in another blog post.

So what are some improvements I’ve done since I first released it? Besides refactoring and cleaning up the code, I have added:  continue ...

Development Environment for Drupal

There are virtually an unlimited amount of ways to set up a development environment, and it all depends upon your project’s individual needs and your preferred workflow. Sometimes, though, it just takes experience and exposure to other ideas to figure out what would be best. So, here is a description of my development environment.  continue ...

Development to Production: A Database Merge Script

Migrating changes from development to production is particularly tricky in Drupal due to a large amount of configuration settings being stored within the database. Attendees of Drupalcon 2008 made it clear that this is a particularly annoying problem.  continue ...

Subscribe to RSS - deployment