- Clone https://github.com/MLstate/opalang
- Install bld with
make install-bld - In the opalang root directory, compile opa_http_server.ml with
bld opa_http_server.native - Run it with
_build/opa_http_server.native
You can disable:
- cookies with
export MLSTATE_HTTP_NO_COOKIE=1 - access log with
export MLSTATE_NO_ACCESS_LOG=1