This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/netiquette/README.md
2019-12-04 18:04:30 +01:00

25 lines
345 B
Markdown

# 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
```