perkeep/website
mpl 7f59a27060 website: run on staging instance
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
2017-01-24 15:34:37 +01: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: specify Go 1.7 requirement 2016-09-27 17:49:37 +02:00
scripts Dynamically generate the contributors page from git log. 2014-10-27 13:21:18 +00:00
static misc/monthly.go: improve download boxes style 2016-10-31 16:53:51 +01: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: run on staging instance 2017-01-24 15:34:37 +01: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: log when SMTP down 2016-12-15 17:19:30 +01: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: update google cloud dependencies 2016-09-30 18:08:44 +02:00
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.