Note: Ditto has been developed against Umbraco v6.2.5 and will support that version and above.

Ditto can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

http://our.umbraco.org/projects/developer-tools/ditto

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.Ditto

We also have a MyGet package repository - for bleeding-edge / development releases.

Manual build

If you prefer, you can compile Ditto yourself, you'll need:

To clone it locally run the following git commands:

git clone https://github.com/leekelleher/umbraco-ditto.git umbraco-ditto
cd umbraco-ditto
.\build.cmd