I would like to be able to offer multiple instances of Moodle that are centrally administered. I'm sure there are many other Moodlers that would love to be able to do this, but has anyone tried? Or is it impossible or to far off the official development roadmap?
Unfortunately having separately administered Moodle instances is to much support overhead to be considered...
Centrally administered multiple Moodle instances
Number of replies: 3Re: Centrally administered multiple Moodle instances
With our "virtual Moodles" be have tackled exactly this problem, having to care about multiple installations, multiple codebases as an administrator for several Moodle installations.
There''s not actually an administration interface yet, but creating and running "VMoodles" works pretty good. All this needs is a good Apache configuration (mapping [sub]domains to installations etc.) and and very little hack to always make Moodle use the right conf file.
An admin interface for this stuff is planned, but not done yet. Please ask brian@mediagonal.ch for more information.
Regards,
Hannes
There''s not actually an administration interface yet, but creating and running "VMoodles" works pretty good. All this needs is a good Apache configuration (mapping [sub]domains to installations etc.) and and very little hack to always make Moodle use the right conf file.
An admin interface for this stuff is planned, but not done yet. Please ask brian@mediagonal.ch for more information.
Regards,
Hannes
Re: Centrally administered multiple Moodle instances
This sounds very exciting - perhaps the altimate solution to having to administer a lot of courses.
I would be interested to know more.
Tim
I would be interested to know more.
Tim
Re: Centrally administered multiple Moodle instances
Will this help?