mirror of https://github.com/perkeep/perkeep.git
2ab4d44e79
All the camweb features depending on docker had been stuck for a couple of weeks because one of the docker containers was wedged somehow. I don't know exactly what was wrong, but I figure it can't hurt to add the same kind of cleanup that we have for the demo blobserver. So in this CL, we name each container running a git command, so we can stop and remove said container the next time we run the same command. Change-Id: I66592fbbde73ea30e4cee7477ada450e0c6a645e |
||
---|---|---|
.. | ||
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.