oriuminc / vagrant-ariadne

A standardized virtual machine (VM) development environment for easily developing Drupal sites in a local sandbox that is essentially identical to a fully-configured hosted solution.
60 stars 11 forks source link

Investigate integration with drupal-up #62

Open nerdcorenet opened 12 years ago

nerdcorenet commented 12 years ago

Would it be feasible / desirable to somehow integrate Ariadne with the drush "drupal-up" extension?

http://drupal.org/project/drupal-up

Seems the two projects have similar goals...

patcon commented 12 years ago

/cc @ergonlogic @kostajh @smerrill

Good question man. I've been meaning to investigate drupal-up for a good while, so maybe this is a good impetus.

My impression is that currently, drupal-up is not just a set of drush commands for vagrant, but also ties itselfto puppet and the idea of blueprints. The puppet requirement is a definite no-go (as we use Chef), but perhaps @ergonlogic and I could speak about abstracting that requirement into a another level that would allow us to share code.

The blueprint feature is something I need to investigate more, as I'm currently unsure how compatible it is with the design decisions we've made with Ariadne

I'm just going to rename this to make it into an actionable task. I'll make note here and maybe split it out into sub-issues later :)