Install ELIS for Moode
Since there doesn't seem to be great instructions out there. I wanted to put these in my notes. Installing ELIS on moodle. First install git on your box. I use RedHat/CENTOS so I am running yum to install. yum install git -y Then run the following commands to install ELIS. I am using moodle 2.9 for this install. git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-local_eliscore.git / /local/eliscore git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-local_elisprogram.git / e/local/elisprogram git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-local_elisreports.git / /local/elisreports git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-local_datahub.git / /local/datahub git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-block_elisadmin.git / /blocks/elisadmin git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-block_courserequest.git / /block...
