Source Code Repository

Since 2.4.0, our source code is currently hosted in a Git repository (we used to use Subversion) which allows for anonymous read access. We highly suggest that if you are able to use Git on the server TangoCMS will be installed on, that you do so since it will be far easier to upgrade to later versions.

Downloading from the repository

The repository for TangoCMS is located at git://github.com/tcm-project/tangocms.git and can be viewed using your browser.

To get the latest stable version from our repository, you simply need to clone the Git repository and checkout the stable tag. You shall also need to copy the configuration directory. For example:

git clone git://github.com/tcm-project/tangocms.git
cd tangocms
git checkout 2.6.1
cp -r config/default.dist config/default 

The upgrade guide has full details on how to upgrade your installation to the latest version (with special instructions for using Git) and the normal upgrader within TangoCMS.