0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 13:10:24 +00:00

Convert the cookie example to a release

This commit is contained in:
Loïc Hoguin 2013-09-07 21:58:03 +02:00
parent 2f25c654b0
commit 340f0a5112
7 changed files with 34 additions and 37 deletions

View file

@ -1,18 +1,21 @@
Cowboy Cookie
=============
Cookie example
==============
To compile this example you need rebar in your PATH.
To try this example, you need GNU `make`, `git` and
[relx](https://github.com/erlware/relx) in your PATH.
Type the following command:
```
$ rebar get-deps compile
To build the example, run the following command:
``` bash
$ make
```
You can then start the Erlang node with the following command:
```
./start.sh
To start the release in the foreground:
``` bash
$ ./_rel/bin/cookie_example console
```
Then point your browser to the indicated URL. This example allows
you to use any path you want to try to show that cookies are defined
site-wide. Try it in your browser!
Then point your browser at [http://localhost:8080](http://localhost:8080).
This example allows you to use any path to show that the cookies
are defined site-wide. Try it!