Difference between revisions of "Camlistore"
imported>Mjh (Uniluug migration) |
imported>Echarlie |
||
Line 25: | Line 25: | ||
== External Links == | == External Links == | ||
* [http://camlistore.org/ Camlistore homepage] | * [http://camlistore.org/ Camlistore homepage] | ||
+ | |||
+ | [[Category:Howtos]] |
Revision as of 21:33, 20 March 2016
Camlistore is content-addressable, multi-layer, indexed storage. It seems really cool. This article assumes you want to put things in subdirectories of ${HOME}/proj
.
Contents
Build Instructions
Building Tip of Tree Go
$ 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)
Building Camlistore
$ cd ~/proj $ git clone https://camlistore.org/r/p/camlistore $ camlistore/build.pl allfast
Usage Instructions
~/proj/camlistore/dev-blobserver & ~/proj/camlistore/dev-camput --file server/go/camlistored/test/image-png.png