Closed (fixed)
Project:
Drush
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2009 at 21:00 UTC
Updated:
24 May 2009 at 17:50 UTC
Hey,
I'm looking to write a module that can, essentially, create new drupal subdomains sites - which would require creating a new directory inside of /sites/ - as well as some other filesystem & db functions. Since modules can only write inside their sites files directory, I was wondering if drush could be called by a module to perform these types of operations? If not, do you have any suggestions?
Thanks
Comments
Comment #1
adrian commentedYou should check out the Aegir project, specifically the Provision component (which forms our back end).
http://groups.drupal.org/aegir
Comment #2
adrian commentedCheck out the screencast too. www.developmentseed.org/blog/2009/apr/20/aegir-in-action-first-alpha-02-...
Comment #3
mstef commentedI did. It's pretty awesome. Nice work..
I had some specific needs for automated subdomain multisites. I wrote my own module to create and manage the sites already though.