Latest release : v3.13 (released on October 31, 2024)
Here's a quick guide to installing toolkits on your local computer:
- Download and install XAMPP from https://www.apachefriends.org accepting the default settings;
- Download Xerte Online Toolkits from https://xerte.org.uk
- Unzip the folder 'xertetoolkits' to c:\xampp\htdocs, giving you c:\xampp\htdocs\xertetoolkits
- Start Apache and MySQL in XAMPP control panel
- Visit https://localhost/xertetoolkits/setup
- Follow the steps through the setup wizard
cd /path/to/apache/document/root
git clone https://github.com/thexerteproject/xerteonlinetoolkits.git .
Requires :
- PHP v7.x with either mysql, xml, curl, mbstring and zip extensions available.
- Apache or some other web server that is setup to execute PHP.
- Write permission to USER-FILES
Optional additions :
- ClamAV - if /usr/bin/clamscan exists, uploads will be checked for viruses. Requires appropriate AV definitions are in place.
- XML parsing - if PHP has the 'xml' module installed, then we'll validate the Learning Object's XML before saving on the server.
- Transcoding support for video files - see/read cron/transcoding.php - when run it will attempt to convert .flv files to .mp4 files to improve template viewing on Adobe-flash-free devices.
For full installation instructions please see the documentation/ToolkitsInstallationGuide.pdf