Skip to content

HipHop Documentation

facebook edited this page Sep 13, 2010 · 2 revisions

The /doc directory contains a list of files that can be read either as plain-text or as formatted HTML in a web browser. We’re still developing more complete documentation, so please bear with its current state.

To start up the documentation server with HipHop itself, first make sure the compiler is fully built, then run one of the following commands from /doc:

make server

Or, if you want to run the documentation server in the background:

make daemon

Then read the documentation from a web browser with a URL like “http://myserver/index.php”.