User:Fram/Sandbox: Difference between revisions

From mediawiki.org
Content deleted Content added
Clear
No edit summary
Line 1: Line 1:
== Development releases ==
If you want to run on the latest development (i.e. alpha) version, you either download [[https://www.mediawiki.org/wiki/Nightlies|Nightlies]], or [[https://www.mediawiki.org/wiki/Download_from_Git|download from Git]].

From Git you can either download the ''complete repository'' (about 465 MB)
<div dir="ltr" class="mw-geshi mw-code mw-content-ltr">
<div class="bash source-bash">
<span class="kw2">git clone</span> https:<span class="sy0">//</span>gerrit.wikimedia.org<span class="sy0">/</span>r<span class="sy0">/</span>p<span class="sy0">/</span>mediawiki<span class="sy0">/</span>core.git
</div>
</div>

or the latest revision from the repository only (about 85 MB; this is often called a ''shallow clone'': less time and smaller downloads).<span class="reference" id="cite_ref-1-0" rel="dc:references">[https://www.mediawiki.org/wiki/Download?veaction=edit#cite_note-1 <nowiki>[1]</nowiki>]</span>
<div dir="ltr" class="mw-geshi mw-code mw-content-ltr">
<div class="bash source-bash">
<span class="kw2">git clone</span> <span class="re5">--depth</span> <span class="nu0">1</span> https:<span class="sy0">//</span>gerrit.wikimedia.org<span class="sy0">/</span>r<span class="sy0">/</span>p<span class="sy0">/</span>mediawiki<span class="sy0">/</span>core.git
</div>
</div>

You can also view the [= Latest release ==
{{MediaWiki Introduction}}
{{DownloadMe latest source code] in your browser.

Revision as of 20:53, 11 December 2013

Development releases

If you want to run on the latest development (i.e. alpha) version, you either download [[1]], or [from Git].

From Git you can either download the complete repository (about 465 MB)

git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git

or the latest revision from the repository only (about 85 MB; this is often called a shallow clone: less time and smaller downloads).[1]

git clone --depth 1 https://gerrit.wikimedia.org/r/p/mediawiki/core.git

You can also view the [= Latest release ==

{{DownloadMe latest source code] in your browser.