mirror of https://github.com/perkeep/perkeep.git
website: revert the pre-0.9 download page for now
This commit is contained in:
parent
96dc004af7
commit
ee2ec3bce1
|
@ -1,18 +1,8 @@
|
||||||
<h1>Download Camlistore</h1>
|
<h1>Download Camlistore</h1>
|
||||||
|
|
||||||
<p>The latest release is <a href="/docs/release/0.9">0.9 ("?")</a>.</p>
|
<p>The latest release is <a href="/docs/release/0.8">0.8 ("Tokyo")</a>.</p>
|
||||||
|
|
||||||
<h2>Binary releases</h2>
|
<p>Or, the canonical git repo is:</p>
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li><a href="/dl/0.9/camlistore0.9-linux.tar.gz">camlistore0.9-linux.tar.gz</a></li>
|
|
||||||
<li><a href="/dl/0.9/camlistore0.9-osx.tar.gz">camlistore0.9-osx.tar.gz</a></li>
|
|
||||||
<li><a href="/dl/0.9/camlistore0.9-osx.tar.gz">camlistore0.9-windows.zip</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>Source code</h2>
|
|
||||||
|
|
||||||
<p>The canonical git repo is:</p>
|
|
||||||
<pre>$ git clone https://camlistore.googlesource.com/camlistore</pre>
|
<pre>$ git clone https://camlistore.googlesource.com/camlistore</pre>
|
||||||
|
|
||||||
<p><a href="http://golang.org/doc/install">Download and install Go</a> if you don't have that installed already. Camlistore requires <a href="https://golang.org/dl/">Go 1.3 or newer</a>.</p>
|
<p><a href="http://golang.org/doc/install">Download and install Go</a> if you don't have that installed already. Camlistore requires <a href="https://golang.org/dl/">Go 1.3 or newer</a>.</p>
|
||||||
|
@ -21,6 +11,8 @@
|
||||||
|
|
||||||
<pre>$ go run make.go</pre>
|
<pre>$ go run make.go</pre>
|
||||||
|
|
||||||
|
<p>Eventually we'll distribute binary releases, but for now you should build it yourself.</p>
|
||||||
|
|
||||||
<h2>Getting started</h2>
|
<h2>Getting started</h2>
|
||||||
|
|
||||||
<p>Once you've successfully built the Camlistore components, you can run the server with:</p>
|
<p>Once you've successfully built the Camlistore components, you can run the server with:</p>
|
||||||
|
@ -36,7 +28,6 @@
|
||||||
<p>Previous release notes:</p>
|
<p>Previous release notes:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/docs/release/0.9">0.9 ("?")</a>, 2015-??-??</li>
|
|
||||||
<li><a href="/docs/release/0.8">0.8 ("Tokyo")</a>, 2014-08-03</li>
|
<li><a href="/docs/release/0.8">0.8 ("Tokyo")</a>, 2014-08-03</li>
|
||||||
<li><a href="/docs/release/0.7">0.7 ("Brussels")</a>, 2014-02-27</li>
|
<li><a href="/docs/release/0.7">0.7 ("Brussels")</a>, 2014-02-27</li>
|
||||||
<li><a href="/docs/release/0.6">0.6 ("Cannon Beach")</a>, 2013-12-25</li>
|
<li><a href="/docs/release/0.6">0.6 ("Cannon Beach")</a>, 2013-12-25</li>
|
||||||
|
|
Loading…
Reference in New Issue