multiple company in single one moodle installation.

multiple company in single one moodle installation.

by jigisha variya -
Number of replies: 3

hi.. I am working on moodle2.0.2

my requiremnet is like below:

company1-> manager, teacher, course creator , students

company 2 -> General manager, teacher, course creator , students

 

Company 1 manager can add only user, course everything only for company 1

same for company2 also.

company 1 users , courses can not see by company2.

administrator can see everything. All  data of all companys.

Can Add user,course everything for all company.

is this possible in one single moodle installation.

Average of ratings: -
In reply to jigisha variya

Re: multiple company in single one moodle installation.

by Colin Fraser -
Picture of Documentation writers Picture of Testers

Yes, there may very well be. It works in Moodle 1.9 so should work in 2.x

The idea is that you use one code base and a single database, but you are using virtualhosts and alias' in your server. It is controlled by the config.php file, which you need to hack a bit, and prefixes in the database. You may find this approach by Martin Langhoff helpful. I am not sure this has been done yet in a 2.x but it has to happen sooner or later. I am sure that it will not be a straight fix, and you will need to tweak it a bit more and test it thoroughly, but there is no reason to think the essential approach will not work. Good luck.

In reply to Colin Fraser

Re: multiple company in single one moodle installation.

by jigisha variya -
how to setup virtual host on my linux server? in my local pc (on windows sever) i sucessfully setup virtual hosting. i have trouble to making virtual host on my linux server . Can i do it myself or i have to contact my server administrator. I have my cpanel access. Pls help me.