From 86f9f481c8c8326380279df3cd2162163c1c40f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 14 Jul 2012 20:24:47 +0200 Subject: Add a simple Static File Server example --- examples/static/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/static/README.md (limited to 'examples/static/README.md') diff --git a/examples/static/README.md b/examples/static/README.md new file mode 100644 index 0000000..a9b9f5b --- /dev/null +++ b/examples/static/README.md @@ -0,0 +1,18 @@ +Cowboy Static Files Server +========================== + +To compile this example you need rebar in your PATH. + +Type the following command: +``` +$ rebar get-deps compile +``` + +You can then start the Erlang node with the following command: +``` +./start.sh +``` + +Cowboy will serve all the files you put in the priv/ directory. +You can replace the filename given in the example URL with the +one of a file you added to this directory to receive that file. -- cgit v1.2.3