Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 352 Bytes

cloud.gov.au www server

wwwd (www daemon) is the cloud.gov.au "www" website server.

Set up

Be sure to follow the steps in the project's README before proceeding.

Development

Build and run the program:

go install
wwwd

Production

Build the program for a Cloud Foundry deployment:

go install -tags="cloudfoundry"