Jump to content

Recommended Posts

Posted

Hello,

 

What's the best (most painless) way to install Moodle?

 

Should I go with Windows or Linux? (I'm much more of a Microsoft man, but can get around Linux with time).

 

Should I install a Standard Package, or via CVS? What about the Moodle for Windows?

 

After a fruitless and disappointing three years with our LA-provided VLE, we've decided to go back to Moodle. The previous one was hosted by a local college. This time I'll be installing and managing it - and I don't know where to start.

 

Thanks for any suggestions!

Posted

TBH its fairly straight forward to install, we use it running on Ubuntu 10.04. One of the options when you install Ubuntu is LAMP server, this is everything you need pretty much apart from the odd php mod which is required.

 

You can then Just copy the install files to /var/www/ and then it should work from there, and browse to the IP of that server.

  • Thanks 1
Posted (edited)
If you know your way around a Windows server then I'd stick with that. But I'd stay well clear of XAMPP or anything like that (which is what you get in a packaged moodle install, this is strictly for testing and development, definitely not deployment use!), and go straight down the Microsoft Web Platform Installer route recommended above. This does a very nice, proper, secure, installation of PHP and MySQL for you, and then installs moodle on top of them. All sitting on top of IIS and Windows, and can even be updated using WPI as well. Getting SSO working with AD is much simpler using this route to. Edited by tonyd
  • Thanks 2
Posted

Tony,

 

That's brilliant. I've done plenty of dabbling with Linux web servers in the past, but never got one properly working for production (not securely anyway). I didn't want to go through all that now.

 

There's a Web Platform Installer with a very recent version of Moodle there now, so I'll try that tomorrow.

 

SSO with AD is important to us as well, so thanks for mentioning that.

Posted (edited)
Tony,

 

That's brilliant. I've done plenty of dabbling with Linux web servers in the past, but never got one properly working for production (not securely anyway). I didn't want to go through all that now.

 

There's a Web Platform Installer with a very recent version of Moodle there now, so I'll try that tomorrow.

 

SSO with AD is important to us as well, so thanks for mentioning that.

 

SSO with linux is the same as SSO with windows. the only thing easier on windows is automatic login i believe as IIS supports out of the box whereas apache doesnt.

 

EDIT: to clarify i mean SSO meaning using the same username/password not having the ability to login once which automatically logs you into other parts,

Edited by glennda
Posted
We have authentication working using AD credentials. (They don't need to be re-entered it's all automatic) Fun for spotting students sharing accounts.
Posted
We have authentication working using AD credentials. (They don't need to be re-entered it's all automatic) Fun for spotting students sharing accounts.

 

On windows or linux? By automatic I assume you are using NTLM?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...