Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Druptask : automate your Drupal installation

Druptask is a set of command line php utilities which automates some tasks trough Drush.
Currently it only deals with Drupal install but other features will be added as the days go by.
Druptask comes as a debian and macosx package.

Installation for debian
dpkg -i druptask.deb

Installation for MacOsX
druptask.pkg

Usage
These commands will install Drupal where you run them.

Generate the druptask.ini
druptask inifile

Fill the druptask.ini generated with your Database parameters, then install your Drupal project named MyDrupalProject
druptask init MyDrupalProject

Project information