Which Moodle to Install?

Which Moodle to Install?

Khurram Iqbal -
回帖数:5

I want to download Moodle for Windows from the Moodle website.

Please guide me the most current and the most stable and easy to install release of Moodle for Windows.

回复Khurram Iqbal

Re: Which Moodle to Install?

Howard Miller -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像
For a new site you should use Moodle 2.0.

There doesn't seem to be a build of the one-click installer yet but I would think that they 2.0dev one at the bottom should be close enough at 6 days old.

If you have the skills it's better to install the web server / php / mysql server software yourself and then download the source install of Moodle. It gives you a lot more flexibility (and there's tons of documentation on the web)
回复Howard Miller

Re: Which Moodle to Install?

Khurram Iqbal -

Thanks Howard for your reply and I have downloaded Moodle 2.0 from the Standard Moodle Packages page on the Moodle.org website.

I want to install a Web Server and my operating system is Windows 2008.

I need easy to install Web Server. kindly suggest.

Also,

When I read the "How to Install" guide available with Moodle 2.0. It suggest that PHP v 5.3.0 has some issues with the deprecated tags and what I understand that these issues will also reflect in the Moodle 2.0 when installed.

Please correct me if I am wrong:

I am planning to download and install WAMP from (http://www.wampserver.com) and I believe that it's installation process is simple but the PHP version it contains is PHP v 5.3.0 which has issues.

Kindly suggest whether I go ahead and instll the WAMP or are there other good options available?

回复Khurram Iqbal

Re: Which Moodle to Install?

Colin Fraser -
Documentation writers的头像 Testers的头像

If you look here, this should tell you how to set up PHP MySQL and you should be able to figure out Moodle from there...

I am assuming that you are referring to Server 2008? If so, then does it not have IIS as native? While not a big fan of MS products, there would be no point in installing Apache if you already have IIS running... To check open Internet Exploder and enter http://localhost or http://127.0.0.0 and see what happens...If one does not work the other should.

回复Colin Fraser

Re: Which Moodle to Install?

Colin Fraser -
Documentation writers的头像 Testers的头像

Sorry, did not realise the above link only relates to MySQL, if you look to this site, that will show you how to setup PHP in IIS... Use the zip file, is a lot more straighforward and gives you the opportunity to look inside the php.ini file.

回复Colin Fraser

Re: Which Moodle to Install?

Jon Witts -
Plugin developers的头像 Testers的头像

Colin,

IIS is not installed on Windows Server versions by default; you have to add it as an additional role. Also the loopback address is 127.0.0.1 not 127.0.0.0 眨眼

Jon