From b8a25b156cb0eb9a99ba4d204cf973e197d7b563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 13 Jul 2012 10:15:22 +0200 Subject: Add an Hello World example --- examples/hello_world/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/hello_world/README.md (limited to 'examples/hello_world/README.md') diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md new file mode 100644 index 0000000..71b7983 --- /dev/null +++ b/examples/hello_world/README.md @@ -0,0 +1,16 @@ +Cowboy Hello World +================== + +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 +``` + +Then point your browser to the indicated URL. -- cgit v1.2.3