aboutsummaryrefslogtreecommitdiff
path: root/docker/netiquette/README.md
blob: e4c2f273ccd1cfe596b1a12cdc713b3428f9ea2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# netiquette

```
npm install
npm test
```

You will probably need to run consul in parallel:

```
consul agent -dev
```

You can register services like that:

```
consul services register -name=toto -tag="public_port=4848"
```

You will need some arguments to run the software:

```
sudo npm start node=rincevent ipt_base=./static.iptables
```