<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Ceph%3AClone_Source</id>
	<title>Ceph:Clone Source - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Ceph%3AClone_Source"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Ceph:Clone_Source&amp;action=history"/>
	<updated>2026-05-04T20:17:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Ceph:Clone_Source&amp;diff=4738&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Install GIT ==  &lt;syntaxhighlight&gt; sudo apt-get install git  #Debian sudo yum install git  #Redhat &lt;/syntaxhighlight&gt;   == Clone the Source ==  &lt;syntaxhighlight&gt; git clone --recursive https://github.com/cep...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Ceph:Clone_Source&amp;diff=4738&amp;oldid=prev"/>
		<updated>2014-08-26T13:25:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Install GIT ==  &amp;lt;syntaxhighlight&amp;gt; sudo apt-get install git  #Debian sudo yum install git  #Redhat &amp;lt;/syntaxhighlight&amp;gt;   == Clone the Source ==  &amp;lt;syntaxhighlight&amp;gt; git clone --recursive https://github.com/cep...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Install GIT ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
sudo apt-get install git  #Debian&lt;br /&gt;
sudo yum install git  #Redhat&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Clone the Source ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
git clone --recursive https://github.com/ceph/ceph.git&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check you have the latest version ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
cd ceph&lt;br /&gt;
git status&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If they are out of date:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
git submodule update&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Branches ==&lt;br /&gt;
&lt;br /&gt;
By default you will clone the master branch.  You may need to check out the stable version&lt;br /&gt;
&lt;br /&gt;
*master:  The unstable Development Branch&lt;br /&gt;
*stable:  The bugfix branch&lt;br /&gt;
*next: The next release candidate branch&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>