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 |
||
---|---|---|
.. | ||
blobserver-example | ||
containers | ||
content | ||
scripts | ||
static | ||
talks/2011-05-07-Camlistore-Sao-Paolo | ||
tmpl | ||
.gitignore | ||
README.md | ||
camweb.go | ||
camweb_test.go | ||
chrome_bug-repro.go | ||
contributors.go | ||
dirtrees.go | ||
email.go | ||
format.go | ||
github.go | ||
gitweb-camli.conf | ||
godoc.go | ||
logging.go | ||
test.cgi |
README.md
This is the webserver that serves camlistore.org. You will need to build and run it in order to preview changes to the documentation.
go build
./website
The webserver runs on port 31798.