perkeep/server/camlistored
Paul Lindner 15feaeb24c all: lint fixes for 'error strings should not be capitalized or end with punctuation or a newline'
Change-Id: I9c3766a51ac8be694ae76befff4b6fa9a85e34eb
2017-12-11 06:13:25 -08:00
..
ui all: lint fixes for 'error strings should not be capitalized or end with punctuation or a newline' 2017-12-11 06:13:25 -08:00
.gitignore
README
camlistored.go Switch to stdlib context from golang.org/x/net/context 2017-11-26 01:12:26 -08:00
camlistored_unix.go camlistored: do not use syslog on windows 2017-02-08 02:16:21 +01:00
run_test.go camlistored, serverinit: allow server config from URLs. 2014-08-02 16:53:58 -07:00

README

This is the main Camlistore server.

See also:
 - The storage interface is in <root>/pkg/blobserver
 - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk
 - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers
 - The UI code is in <root>/server/camlistored/ui