mirror of https://github.com/perkeep/perkeep.git
326de1d794
We have not updated the camlistore/demoblobserver image that the website runs, so the binary it should execute is camlistored, not perkeepd. As it is, it keeps on trying to run it every 10s, which makes it busy for nothing. And I don't think it's worth spending time on updating the image for now, so it's easier to just revert to the old name. Change-Id: I769aecaaecdb027d686a78adf9a37a14e9ef9b9d |
||
---|---|---|
.. | ||
blobserver-example | ||
containers | ||
content | ||
pk-web | ||
scripts | ||
static | ||
talks/2011-05-07-Camlistore-Sao-Paolo | ||
testdata | ||
tmpl | ||
.gitignore | ||
README.md | ||
test.cgi |
README.md
This is the webserver that serves perkeep.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.