Professional Drupal web development, site management, and web applications.
» drupal

drupal

Chi - An 1140px Drupal Zen Theme

Just created an 1140px Drupal Zen Theme Based on cssgrid.net.

Fork it or download it here: https://github.com/seanbuscay/chi

Tell me if you have any issues with it.

Install Drupal Drush in Less Than 2 Minutes

sudo mkdir /usr/local/share/
sudo mkdir /usr/local/bin/
sudo cd /usr/local/share/
sudo wget http://ftp.drupal.org/files/projects/drush-7.x-4.4.tar.gz
sudo tar zxvf drush-7.x-4.4.tar.gz
sudo rm drush-7.x-4.4.tar.gz
sudo ln -s /usr/local/share/drush/drush /usr/local/bin/drush
sudo which drush

SimpleTest Tutorial (Drupal 7) | drupal.org

Simpletest Tutorial (Drupal 6) | drupal.org

Creating a new test case

Updated SimpleTest Hudson Script for SimpleTest 6.x-2.9

A Drupal Module Developer's Guide to SimpleTest | Lullabot

Create Simple Tests for Drupal Features | Activism Labs

A beginner's guide to using Hudson for continuous integration with Drupal | ThinkShout

Drupal staging and deployment tips: It’s all code | sacha chua :: living an awesome life

Contributed Features | Open Atrium Community

3) Accessing Quickstart websites from another computer: Bridged Networking | drupal.org

Building a Drupal Development Server with Hudson, Drush, and the Quick-start Project

Building a Drupal Development Server with Hudson, Drush, and the Quick-start Project

Install the Quickstart Development Environment

This tutorial covers building your own development server with a fresh Ubuntu install and the shell scripts from the Quickstart Drupal Development Environment. See: http://drupal.org/project/quickstart

The Quickstart project provides a pre-made virtual box which you can download with links from the project’s page. If you just want to start with the virtual box, then you can skip to the next section which covers adding the Hudson server.

Let's get started.

On your Ubuntu machine (or virtual machine) open a command line (Applications->Accessories->Terminal) and check out the Quickstart files from CVS. Type or paste the following commands:

$ sudo aptitude -y install cvs
$ cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d quickstart contributions/modules/Quickstart

The above commands pull the Quickstart project files to your Ubuntu box.

Read More »

Securing file permissions and ownership | drupal.org

Syndicate content