Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 517 Bytes

brunhilde

brunhilde is a minimal Erlang/OTP web server.

It can be embedded, or used standalone.

Dependencies:

Usage:

To start brunhilde standalone, do:

make build start

For an example of a site using brunhilde see: purestyle.

Dialyzer:

make dialyzer (requires existing PLT)

Publishing to hex

  1. Update the version number in src/brunhilde.app.src
  2. Push the tag to git
  3. "make build"
  4. rebar3 hex publish