Category: Drupal
Drush Shell Scripts for Creating Drupal Sites
Written By diversen (05-May-2010 23:08:42)
This is a drupal module which enable you to install drupal in an easy manner. Works with 5.x and 6.x. Only works with apache2, and Debian based systems (should be easy to get to work on other systems with some effort). The PHP script creates virtual hosts for apache2. The script can also install drupal right away with the command drush densitein yoursite.org. Use it as you like.
Simple Task Module for Drupal
Written By diversen (04-May-2010 09:13:11)
My very first programming with the drupal CMS. It is a simple task system, but it is stable. You can download and use it as you like .)
Install Drupal With Curl
Written By diversen (02-May-2010 18:22:52)
This is a script i wrote to see how curl was working. curl in this example is used as an invisible browser for fetching URLs. As A test we install a drupal website, with this script.