From 94b747f9efa6b1ed61e19e51a63e21700ea4a774 Mon Sep 17 00:00:00 2001 From: test2 Date: Tue, 17 Mar 2020 14:07:05 +0200 Subject: [PATCH] web Server --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6442dc0..e3d73c2 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,22 @@ Your are ready to run your fresh *LabInstance* [see here](http://docs.swarmlab.i > mpi +- Buid-in Web Server + +--- +**INFO** + +*Lab_Instance Name* = The name you give [here](http://docs.swarmlab.io/SwarmLab-HowTos/HowTo-create-lab.adoc.html#_step_3_save_lab_instance) + +You can also find [here](http://docs.swarmlab.io/SwarmLab-HowTos/index.adoc.html#_main_lab_intance_interface) + +Usage: + +> touch /var/www/html/[name]/file + +--- + + - The host file that contains addresses of connected workers can be created with: > IP_ADDR=$(ip addr show | grep "inet " | grep "eth0" | awk '{print $2}')