github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/content/download (about)

     1  <h1>Download Camlistore</h1>
     2  
     3  <p>The latest release is <a href="/docs/release/0.7">0.7 ("Brussels")</a>.</p>
     4  
     5  <p>Or, the canonical git repo is:</p>
     6  <pre>$ git clone https://camlistore.googlesource.com/camlistore</pre>
     7  
     8  <p><a href="http://golang.org/doc/install">Download and install Go</a> if you don't have that installed already. Camlistore requires Go 1.1 but we recommend 1.2 or newer.</p>
     9  
    10  <p>Build Camlistore by running this command in the folder you downloaded or checked out:</p>
    11  
    12  <pre>$ go run make.go</pre>
    13  
    14  <p>Eventually we'll distribute binary releases, but for now you should build it yourself.</p>
    15  
    16  <h2>Getting started</h2>
    17  
    18  <p>Once you've successfully built the Camlistore components, you can run the server with:</p>
    19  <pre>$ ./bin/camlistored</pre>
    20  
    21  <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>
    22  
    23  <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>
    24  
    25  <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>
    26  
    27  <h2>Release Notes</h2>
    28  <p>Previous release notes:</p>
    29  
    30  <ul>
    31  <li><a href="/docs/release/0.7">0.7 ("Brussels")</a>, 2014-02-27</li>
    32  <li><a href="/docs/release/0.6">0.6 ("Cannon Beach")</a>, 2013-12-25</li>
    33  <li><a href="/docs/release/0.5">0.5 ("Castletownbere")</a>, 2013-09-21</li>
    34  <li><a href="/docs/release/0.4">0.4 ("Oyens")</a>, 2013-08-26</li>
    35  <li><a href="/docs/release/0.3">0.3 ("Glebe")</a>, 2013-07-28</li>
    36  <li><a href="/docs/release/0.2">0.2 ("Portland")</a>, 2013-06-22</li>
    37  <li><a href="/docs/release/0.1">0.1 ("Grenoble")</a>, 2013-06-11</li>
    38  </ul>