Difference between revisions of "Ceph:Clone Source"
Jump to navigation
Jump to search
(Created page with "== Install GIT == <syntaxhighlight> sudo apt-get install git #Debian sudo yum install git #Redhat </syntaxhighlight> == Clone the Source == <syntaxhighlight> git clone --recursive https://github.com/cep...") |
(No difference)
|
Latest revision as of 13:25, 26 August 2014
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