Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 936 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 936 Bytes

averell - An incredibly stupid cowboy based web server

averell is an incredibly stupid web server to serve a directory through HTTP, like python's SimpleHTTPServer module.

It is based on the erlang cowboy web server.

Build Status

Compilation

make

Installation

make install

Usage

averell [-h] [-p [<port>]] [-c [<cors>]] [-v] [<dir>]

  -h, --help  Show help
  -p, --port  Port number [default: 8000]
  -c, --cors  Enable CORS (allowed origins: *) [default: false]
  -v          Verbose
  <dir>       Directory to serve [default: $CWD]

.avlaccess file format

.avlaccess' is of avlaccess()' type, as defined in `averell.hrl'.

Debian packaging

Debian packaging uses `git-buildpackage'.

See doc: http://www.lpenz.org/articles/debgit/