Five second Feature Server with drush_make my install profile | mig5.net
I have written one of my 'build' files (make files) that grabs Drupal core and my install profile from git.mig5.net:
core = 6.x
projects[] = drupal
projects[feature_server][type] = "profile"
projects[feature_server][download][type] = "git"
projects[feature_server][download][url] = "git://git.mig5.net/drupal/profiles/feature_server"As always, the install profile itself, once cloned from git, contains its own make file that grabs all the other components and puts them into place. It's based on Young's own featureserver.make file
That's just background. It's all three steps...
1) git clone git://git.mig5.net/drupal/builds
2) drush make builds/feature_server.build featureserver
3) Profit! Make it a Platform in Aegir, or just implement it as you would a regular copy of Drupal core, choosing the Feature Server install profile at the start of the install process.