Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.55 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.55 KB

plbweb

proglangbase website

Dependencies

  • Erlang/OTP commands must be in PATH.
  • dep/plbcom submodule must be loaded.

Commands

in a POSIX shell you can enter:

  • . a/setenv
    Verifies environment is set correctly and allows the user to install missing dependencies. Updates PATH to include installed commands.

  • a/erlplbweb
    Starts/stops the plbweb node and service. Rebuilds service and dependency .beam files. Like a standard Linux service script, it supports start, stop, restart, and status commands.

Out of Date

./run

  • requires Erlang/OTP epmd and erl
  • 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

implementations

references