mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-15 09:33:06 +03:00
.. | ||
foo | ||
foo1_0 | ||
websockets | ||
Makefile | ||
README.md |
Keter Configuration Examples
Build all examples:
$ make
The resulting build will attempt to use the cabal.sandbox.config
in
the parent directory to locate packages for the examples.
The resulting bundles are moved into the ./incoming folder and will be
unpacked and served by Keter. You can use make clean
to clean the
incoming directory and remove all bundles.
Build Keter app bundle with V1.0 configuration syntax:
$ make foo1_0
Build Keter websocket app bundle:
$ make websockets
Build Keter app bundle with V0.4 configuration syntax:
$ make foo