Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Camlistore

783 bytes added, 04:25, 4 September 2014
Uniluug migration
'''Camlistore''' is content-addressable, multi-layer, indexed storage. It seems really cool. This article assumes you want to put things in subdirectories of <code>${HOME}/proj</code>.

== Build Instructions ==
=== Building Tip of Tree Go ===
<pre>
$ mkdir ~/proj ; cd ~/proj
$ hg clone -u tip https://go.googlecode.com/hg/ go
$ cd go/src && ./all.bash
$ cd .. && export PATH=$PATH:$(pwd -P)/bin && export GOROOT=$(pwd -P)
</pre>

=== Building Camlistore ===
<pre>
$ cd ~/proj
$ git clone https://camlistore.org/r/p/camlistore
$ camlistore/build.pl allfast
</pre>

== Usage Instructions ==
<pre>
~/proj/camlistore/dev-blobserver &
~/proj/camlistore/dev-camput --file server/go/camlistored/test/image-png.png
</pre>

== External Links ==
* [http://camlistore.org/ Camlistore homepage]
Anonymous user