Needed 2 moodle in same server

Needed 2 moodle in same server

by franklin sucre -
Number of replies: 4

Hi all,

I have already installed a moodle 2.9.2 in a server and its working very fine, thanks to the creator of moodle. Now, I want to install another moodle in the same server targeting to different students group. Is it possible to create moodle like this in my scenario? 

Any suggestion and support would be highly appreciated.

Thank You

Regards,

franklin.sucre

Average of ratings: -
In reply to franklin sucre

Re: Needed 2 moodle in same server

by Mike Jaroch -

Yes but depending on use is not required. Just do multiple classes. To do multiple instances on same server use apache name directives and change default moodle install folder name and db name


In reply to franklin sucre

Re: Needed 2 moodle in same server

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

You can have as many Moodles as you like in the same sever. Example...

http://franklin.sucre.com/moodle1   (lives at /path/to/web/stuff/moodle1)

http://franklin.sucre.com/moodle2   (lives at /path/to/web/stuff/moodle2)

Each has its own database, own code area, and own data area. 

In reply to Howard Miller

Re: Needed 2 moodle in same server

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

In addition to what Howard said, you can then either have domain names like yourdomain.com/moodle1 and yourdomain.com/moodle2 or set up apache to direct separate domain names like moodle1.com and moodle2.com to the individual folder (google virtual hosts on apache). 

Just make sure when you go through the installer, you reference the new database and new moodledata folder.

In reply to Emma Richardson

Re: Needed 2 moodle in same server

by franklin sucre -

Hi all,

Thanks for the response. Once I test the system, I will let you know.

Thanks