Is there any drupal module for creating Multisite configuration?
Hi all, Is there any drupal module for creating multisite configuration ? I tried provisionator. It is not that maintained and not working in my environment. Is there any other module which can do the job? Thanks, Pushparajan V. -- Pushparajan V http://www.vprajan.org - - - - - - - - if(others(love)>=life) { noends=true; lifetime=others(love).length(); } - - - - - - - -
Pushparajan V wrote:
Hi all,
Is there any drupal module for creating multisite configuration ? I tried provisionator. It is not that maintained and not working in my environment. Is there any other module which can do the job?
Drupals built in multisite configuration works in some fringe cases and Organic Groups solves a large number of others. I'm personally looking into what changes in core would be necessary to enable it to deal with multisites with totally shared tables in a shared database natively while still abstracting the sites as completely separate entities. I have a number of large deployment use cases where distinct databases wont work because I need to aggregate nodes easily, partially shared tables wont work because i need to imploys all type of modules to keep content, comments, vocabularies, and users from intermingling, and organic groups requires the retrofit for many contrib modules for configuration or even implementation in most cases. If your interested in such a solution and can lend a hand to the interrogation of its feasibility or implementation your help in any form is most welcome. -- Michael Favia michael@favias.org tel. 512.585.5650 http://michael.favias.org
On 2/2/07, Pushparajan V <vprajan@gmail.com> wrote:
Hi all,
Is there any drupal module for creating multisite configuration ? I tried provisionator. It is not that maintained and not working in my environment. Is there any other module which can do the job?
Thanks, Pushparajan V.
-- Pushparajan V http://www.vprajan.org - - - - - - - - if(others(love)>=life) { noends=true; lifetime=others(love).length(); } - - - - - - - -
Do you need to do this for a few sites as a one time thing? Or do you need to do this for a large number of sites and do it frequently? If you need to do it for a large number of sites, check sympal scripts or the hostmaster application (contact bryght.com for access to it). If it is just a few sites, then it is just a matter of setting directories under sites/ for each domain/subdomain. -- 2bits.com http://2bits.com Drupal development, customization and consulting.
On 2/2/07, Khalid Baheyeldin <kb@2bits.com> wrote:
If you need to do it for a large number of sites, check sympal scripts or the hostmaster application (contact bryght.com for access to it).
No contacting required: we took the pass off the wiki at https://svn.bryght.com/hostmaster. Adrian stubbed out some thoughts on "HostMaster 2.0" using Drupal itself to drive all processes -- see https://svn.bryght.com/hostmaster/wiki/HostMaster20 -- Boris Mann Vancouver 778-896-2747 San Francisco 415-367-3595 Skype borismann http://www.bryght.com
This looks very interesting. I'll definitely be keeping up with HostMaster20 updates. -- Aaron Green Web Content Coordinator University of Southern Mississippi On 2/4/07, Boris Mann <boris@bryght.com> wrote:
On 2/2/07, Khalid Baheyeldin <kb@2bits.com> wrote:
If you need to do it for a large number of sites, check sympal scripts or the hostmaster application (contact bryght.com for access to it).
No contacting required: we took the pass off the wiki at https://svn.bryght.com/hostmaster.
Adrian stubbed out some thoughts on "HostMaster 2.0" using Drupal itself to drive all processes -- see https://svn.bryght.com/hostmaster/wiki/HostMaster20
-- Boris Mann Vancouver 778-896-2747 San Francisco 415-367-3595 Skype borismann http://www.bryght.com
participants (5)
-
Aaron Green -
Boris Mann -
Khalid Baheyeldin -
Michael Favia -
Pushparajan V