Skip to content

Commit 6cdd3ae

Browse files
author
Brujo Benavides
authored
Merge pull request #69 from inaka/euen.54.move_example_to_rebar3
[Close #54] move example from erlang.mk to rebar3
2 parents 225ded6 + 083a02f commit 6cdd3ae

File tree

10 files changed

+56
-2302
lines changed

10 files changed

+56
-2302
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
logs/
22
.eunit
3-
/deps
3+
deps
44
*.o
55
*.beam
66
*.plt
@@ -12,7 +12,7 @@ rel/example_project
1212
.erlang.mk*
1313
elvis
1414
*.d
15-
/_build
15+
_build
1616
/rebar.lock
1717
doc
1818
rebar3.crashdump

example/Makefile

Lines changed: 0 additions & 17 deletions
This file was deleted.

example/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Cowboy Trails Example
22
===
33

4-
To try this example, you need GNU `make` , `git` and `Erlang` in your PATH.
4+
To try this example, you need `git` and `Erlang` in your PATH.
55

6-
```
7-
make deps
6+
```erlang
7+
8+
rebar3 compile
89
```
910

1011
To start the example server in a interactive way do this:
11-
```
12-
make app shell
12+
```erlang
13+
14+
rebar3 shell
1315
```
1416

1517
## Handlers Description

example/deps/cowboy_trails

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)