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.0.0-RC5featured

The last release candidate?

Upgrade an existing project

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.