|
|
Install
How to install and run the system.
There are no binaries for the Limbo Machine yet. Please use the source code as described below.
- Checkout the trunk as described here (limbo-machine directory should be accessible from Inferno)
- Start emu
$ emu
; mk clean all
; mk styx.js
DB
There is a dbctl script which can mount the DB service:
; /path/to/limbo-machine/dbctl
will print the usage info:
- dbctl start - starts the db service on the default port
- dbctl -p <port> start - starts the db service on a given port
- dbctl stop - stops the db service
- dbctl mount <mountpoint> - mounts the db service to a given directory
Web
Please refer to ModLM on how to build and run a sample web application.
Sign in to add a comment
