Download

Diem on GitHub

All source code is kept under Git control.

git clone git://github.com/diem-project/diem.git
cd diem
git submodule init
git submodule update

Diem 5.1.3featured

Third maintenance release for Diem 5.1

Upgrade an existing project

This concerns only minor version upgrades, like 5.0.x to 5.0.y or 5.1.x to 5.1.y.
For major upgrades like 5.0.x to 5.1.y, see the upgrade notes.

If you want to upgrade your project to the last Diem release, you need to modify the file:
config/ProjectConfiguration.class.php

/*
 * Include Diem  
 */  
require_once '/path/to/diem/dmCorePlugin/lib/core/dm.php';  

Here you tell your project where Diem is.
Just replace path/to/diem by the path to the diem-5.0.0_* directory.

Then, open a command line in your project root dir and run:

php symfony dm:setup

Download the diem-project.org source code

This website source code is open-source. You can download it and run it on your machine.
Download diem-project.tgz and learn how to install it.

Fork Diem on GitHub