perkeep/website
mpl 2ab4d44e79 website: clean up previous docker git container
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
2016-09-05 23:51:41 +02:00
..
blobserver-example website: move blobserver example root files to new localdisk layout 2014-01-06 08:11:41 -08:00
containers website: fix ssh for git push to github 2016-04-25 14:00:10 -07:00
content website: feature monthly releases 2016-07-06 16:41:15 +02:00
scripts Dynamically generate the contributors page from git log. 2014-10-27 13:21:18 +00:00
static website: mv downloadBox to all.css 2016-06-20 17:51:46 +02:00
talks/2011-05-07-Camlistore-Sao-Paolo Fix permissions for files 2016-04-28 21:15:09 +02:00
tmpl website: mv downloadBox to all.css 2016-06-20 17:51:46 +02:00
.gitignore website: add website binary to gitignore 2015-12-28 17:23:19 -08:00
README.md Document workflow for editing documentation. 2016-06-03 14:43:00 -07:00
camweb.go website: clean up previous docker git container 2016-09-05 23:51:41 +02:00
camweb_test.go website: strip directory index and file extensions 2016-05-02 06:22:49 -07:00
chrome_bug-repro.go website: fix missing return from prev commit 2016-01-19 00:46:46 +01:00
contributors.go website: mv downloadBox to all.css 2016-06-20 17:51:46 +02:00
dirtrees.go website,genfileembed: exclude zembeds and fileembed.go from godoc 2013-03-16 01:16:40 +01:00
email.go website: clean up previous docker git container 2016-09-05 23:51:41 +02:00
format.go website: more work showing pkg and cmd doc (camlistore.org/issue/108) 2013-02-23 13:38:58 -08:00
github.go website: clean up previous docker git container 2016-09-05 23:51:41 +02:00
gitweb-camli.conf website: regularlyk rsync git files from gerrit server to web server 2011-06-21 17:07:59 -07:00
godoc.go website: mv downloadBox to all.css 2016-06-20 17:51:46 +02:00
logging.go website: logging to Google Cloud Logging 2015-08-16 18:39:10 +02:00
test.cgi Go CGI HTTP handler, for gitweb.cgi 2011-01-25 09:21:20 -08:00

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.