jeanparpaillon / averell

An incredibly stupid web server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

An incredibly stupid web server

License:Apache License 2.0


Languages

Language:Erlang 92.4%Language:Makefile 6.7%Language:HTML 0.5%Language:Shell 0.4%