Drush make file to get a D7 development site up and running quickly
Maybe this will be useful to others:
For anybody wanting to get started building D7 features (courtesy of the features module) or just setting up a commerce dev site quickly I whipped up a drush make file based on buildkit.
So, if you want to live on the edge and take Ryans latest code for a spin just call
drush make "http://github.com/dwabnitz/commercekit/raw/master/distro.make" commercetest
Enjoy!


Comments
Excellent - thanks for the
Excellent - thanks for the tip. : )
I really do need to get drush installed here... : P
I get a module missing:
I get a module missing: commerce_payment_null. It's indicated as a dependency in commercekit.info.
profiles/commercekit/commercekit.info:dependencies[] = commerce_payment_null
Commenting out that dependency allows the installation to proceed. Installs fine with Aegir when that issue has been handled.
Oooh, yeah, the
Oooh, yeah, the commerce_payment_null module was renamed to commerce_payment_example. My installation profile should be updated for that, but I'll make sure.