Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: TTown on March 03, 2008, 08:23:43 PM
-
Hello Everybody,
I ran the standard moodle installation as outlined in http://wiki.contribs.org/Moodle.
I can access it at http://my.server.com/moodle.
It works great and I am very happy with it.
Now I'd need to host several instances of moodle (offering different courses and having a different student population) so I can access them at:
http://my.server.com/school1
http://my.server.com/school2
http://my.server.com/school3
...
How could I achieve that?
Thank you
Stefan
-
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
-
Don't know whether it is already implemented but they are busy developing a multisite functionality: http://docs.moodle.org/en/Student_projects#Moodle_Multisite
-
Don't know whether it is already implemented but they are busy developing a multisite functionality: http://docs.moodle.org/en/Student_projects#Moodle_Multisite
Doing some more Google-ing yielded this:
There is a bug in their tracker: http://tracker.moodle.org/browse/MDL-823
It seems it is not done yet, so to me it seems impossible to do it with the same code base. Perhaps you can do it by installing the code manually in different locations and configure your webserver accordingly for the time being.
-
I just installed it manually in two different i-bays.
(Downloaded the .zip file from http://sourceforge.net/project/showfiles.php?group_id=30935 and followed the README's installation instructions. I only had to manually create one extra directory - moodledata - and change its ownership to www:www.Oh yes, I also had moodle use different cookie names for each installation - that is an option during the setup process)
I am using separate databases and database users.
This works ok.
But remembering Joomla installations there was some security issue involved. It seems recommendable to to install to the /opt directory, like the contribution does, but I don't know how to accomplish this.
Any further advice is greatly appreciated.
Stefan
-
But remembering Joomla installations there was some security issue involved. It seems recommendable to to install to the /opt directory, like the contribution does, but I don't know how to accomplish this.
You can place the source in /opt yourself off course, perhaps you can use SME Site Maker to generate the necessarry configuration templates for you: http://wiki.contribs.org/SME_Site_Maker