site_name: Deltacloud API title: Getting the Sources

The Deltacloud repository is hosted at the Apache Software Foundation, using the Git version control system. If you don't have Git already, use the yum or apt package managers:

or

The canonical Deltacloud repository is located at https://git-wip-us.apache.org/repos/asf/deltacloud.git with read-only mirrors at git://git.apache.org/deltacloud.git and git://github.com/apache/deltacloud.

Go to your root directory and run git to get the latest version of Deltacloud source code from git repository. You can also use a different directory, but remember, where you clone the code:

This will pull the latest version to the directory ~/deltacloud.

Contribute