perkeep/server/camlistored
mpl 8d927b5914 open root page in browser when camli starts
Change-Id: Ida4ffa8ee34e6fd86782f8f61c43eecedc074892
2012-04-16 16:08:36 +02:00
..
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui server/camlistored/ui: embed css too 2012-02-29 08:01:32 -08:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
camlistored.go open root page in browser when camli starts 2012-04-16 16:08:36 +02:00
option_sqlite.go camlistored: make sqlite a build option. 2012-04-13 16:16:24 -07:00
setup.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
test-put.pl Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00

README

The Camlistore blob server HTTP server binary.

See also:
 - The storage interface is in lib/go/camli/blobserver/
 - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/
 - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/