Info
Content

Mahara Git


You can get the latest code for Mahara from their Gitlab repository: https://git.mahara.org/mahara/mahara

Clone from:

SSH git@git.mahara.org:mahara/mahara.git
HTTPS https://git.mahara.org/mahara/mahara.git

Further information about the repsitory is explained in the Developer Area.

Remember that when you clone the code, the public directory is htdocs and you'll need to point your web server to that (and not the top level).

Also if you don't have any CSS files in the raw theme (i.e. the style directory) is missing you'll need to run make css from the top level directory (which has Makefile).

This requires NodeJS set up with any relevant packages.
No Comments
Back to top