proglangbase website
- Erlang/OTP commands must be in PATH.
dep/plbcom
submodule must be loaded.
in a POSIX shell you can enter:
-
. a/setenv
Verifies environment is set correctly and allows the user to install missing dependencies. UpdatesPATH
to include installed commands. -
a/erlplbweb
Starts/stops theplbweb
node and service. Rebuilds service and dependency.beam
files. Like a standard Linux service script, it supportsstart
,stop
,restart
, andstatus
commands.
- requires Erlang/OTP
epmd
anderl
- runs the default implementation
- at URL http://localhost:8088
- in an Erlang node named 'plbweb'
- idempotent if already running
- remains in the Erlang shell
Ctrl-G<Enter> q<Enter>
to leave the shell- or
q().<Enter>
to shutdown the Erlang node