aboutsummaryrefslogtreecommitdiff
path: root/docker/netiquette/README.md
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-02-09 20:09:20 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-02-09 20:09:20 +0100
commit96c6da392fc3236754c273a299728ad0360b3d51 (patch)
treedb6732c726c731396b482debe329cd5894613d02 /docker/netiquette/README.md
parentba5590ce97953f66702b149fd7840bcb58d4b463 (diff)
downloadinfrastructure-96c6da392fc3236754c273a299728ad0360b3d51.tar.gz
infrastructure-96c6da392fc3236754c273a299728ad0360b3d51.zip
[diplomate] Skeleton for our UPNP configurator
Diffstat (limited to 'docker/netiquette/README.md')
-rw-r--r--docker/netiquette/README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docker/netiquette/README.md b/docker/netiquette/README.md
deleted file mode 100644
index e4c2f27..0000000
--- a/docker/netiquette/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-```