Ceph:Clone Source
Jump to navigation
Jump to search
Install GIT
sudo apt-get install git #Debian
sudo yum install git #Redhat
Clone the Source
git clone --recursive https://github.com/ceph/ceph.gitCheck you have the latest version
cd ceph
git statusIf they are out of date:
git submodule updateAvailable Branches
By default you will clone the master branch. You may need to check out the stable version
- master: The unstable Development Branch
- stable: The bugfix branch
- next: The next release candidate branch