Critique of Moodle install script?

Re: Critique of Moodle install script?

by Tom Parker -
Number of replies: 0
Hi M,

All the scripts on EC2scripts.com are designed to be pasted into the User Data area of a new Amazon Linux server, but this script should run on any CentOS, Fedora or Red Hat RHEL computer.

To do that, you should copy the script into a text file called moodle.sh then type:

chmod +x moodle.sh

sudo ./moodle.sh

At the command prompt.

I am still working on a script for Ubuntu/Debian.

Cheers,
Tom