perkeep/website/content/download

49 lines
2.3 KiB
Plaintext
Raw Normal View History

<h1>Download Camlistore</h1>
<p>The latest release is <a href="/docs/release/0.9">0.9 ("?")</a>.</p>
<h2>Binary releases</h2>
<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>
<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>Build Camlistore by running this command in the folder you downloaded or checked out:</p>
<pre>$ go run make.go</pre>
<h2>Getting started</h2>
<p>Once you've successfully built the Camlistore components, you can run the server with:</p>
<pre>$ ./bin/camlistored</pre>
<p>This will create <a href="/docs/server-config">configuration</a> and public/private key information in <code>$HOME/.config/camlistore/</code> (or where <code>camtool env configdir</code> points). You can start and stop camlistored as you see fit.</p>
<p>You're done setting up! Running camlistored should open a new browser window pointed at your camlistore where you can start uploading and interacting with data.</p>
<p>Developers typically use the <code>./bin/devcam</code> wrapper to isolate their test environment from their production instance and to simplify common development tasks. If you have questions, you can ask the <a href="https://groups.google.com/group/camlistore">mailing list</a>.</p>
<h2>Release Notes</h2>
<p>Previous release notes:</p>
<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.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.5">0.5 ("Castletownbere")</a>, 2013-09-21</li>
<li><a href="/docs/release/0.4">0.4 ("Oyens")</a>, 2013-08-26</li>
<li><a href="/docs/release/0.3">0.3 ("Glebe")</a>, 2013-07-28</li>
<li><a href="/docs/release/0.2">0.2 ("Portland")</a>, 2013-06-22</li>
<li><a href="/docs/release/0.1">0.1 ("Grenoble")</a>, 2013-06-11</li>
</ul>