0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update erlang.mk and update paths to start the release

Fixes a couple invalid instructions at the same time.
This commit is contained in:
Loïc Hoguin 2014-06-30 10:14:05 +02:00
parent 73f65d5a75
commit abcc6e96d8
20 changed files with 32 additions and 28 deletions

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/chunked_hello_world_example console
$ ./_rel/chunked_hello_world_example/bin/chunked_hello_world_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080),

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/compress_response_example console
$ ./_rel/compress_response_example/bin/compress_response_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/cookie_example console
$ ./_rel/cookie_example/bin/cookie_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/echo_get_example console
$ ./_rel/echo_get_example/bin/echo_get_example console
```
Then point your browser at

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/echo_post_example console
$ ./_rel/echo_post_example/bin/echo_post_example console
```
As this example echoes a POST parameter, it is a little more

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/error_hook_example console
$ ./_rel/error_hook_example/bin/error_hook_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/eventsource_example console
$ ./_rel/eventsource_example/bin/eventsource_example console
```
Then point your EventSource capable browser at

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/hello_world_example console
$ ./_rel/hello_world_example/bin/hello_world_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/hello_world_example console
$ ./_rel/markdown_middleware_example/bin/markdown_middleware_example console
```
Then point your browser at

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/rest_basic_auth_example console
$ ./_rel/rest_basic_auth_example/bin/rest_basic_auth_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/hello_world_example console
$ ./_rel/rest_hello_world_example/bin/rest_hello_world_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/rest_pastebin_example console
$ ./_rel/rest_pastebin_example/bin/rest_pastebin_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/rest_stream_response_example console
$ ./_rel/rest_stream_response_example/bin/rest_stream_response_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/ssl_hello_world_example console
$ ./_rel/ssl_hello_world_example/bin/ssl_hello_world_example console
```
Then point your browser at [https://localhost:8443](https://localhost:8443).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/static_world_example console
$ ./_rel/static_world_example/bin/static_world_example console
```
The example will serve all the files found in the `priv`

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/upload_example console
$ ./_rel/upload_example/bin/upload_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/web_server_example console
$ ./_rel/web_server_example/bin/web_server_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080)

View file

@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
$ ./_rel/bin/websocket_example console
$ ./_rel/websocket_example/bin/websocket_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).