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 //blocks/courserequest

git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-block_enrolsurvey.git //blocks/enrolsurvey

git clone -b MOODLE_29_STABLE https://github.com/remotelearner/moodle-enrol_elis.git //enrol/elis


replace with the path to your moodle install. Such as /var/www/moodle/

Also you can change the version of ELIS that you are installing by changing MOODLE_29_STABLE with MOODLE_26_STABLE or a different version that you may need for your install. Go here to find the branch you may need: https://github.com/remotelearner

Once the packages have been installed. Log into your moodle site as an administrator and check the notifications. Update the database to install the ELIS plugins.


If you notice the name for the package and where it needs to be installed is in the name of the link.

for instance moodle-enrol_elis needs to be put in a directory called elis in the enrol directory of your root moodle install

Comments

Popular Posts