Submitted by mig5 on November 6, 2009 - 11:32
Install profile and drush_make file that can built a FeatureServer just like this one.
Instructions
1) git clone git://git.mig5.net/drupal/builds
2) drush make builds/feature_server.build featureserver
The .build file is just a drush_make file that clones the profile and recursively executes the makefile contained therein, which then grabs all the dependencies and so on. You end up with a full Drupal distribution that can be used as a Feature Server.
See also my blog post
I want to create a feature server and wanted to know if this post/installation instructions are still valid or not?
Cloning into builds...
git.mig5.net[0: 207.223.240.181]: errno=Connection timed out
git.mig5.net[0: 207.223.240.182]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
.....
D34dMan