mirror of https://github.com/perkeep/perkeep.git
7f59a27060
Add the -staging flag to camweb so one can deploy on a staging instance. The instance name is then "camweb-staging" instead of "camweb", and its hostname is "staging.camlistore.net", instead of "camlistore.org". server/camnetdns: automatically and regularly discovers the IP of the "camweb-staging" instance, so it can keep the record for "staging.camlistore.net" up to date. Change-Id: I7d64a774049ac01472666ee7e351fd6fb5e4c287 |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
run_test.go |
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