|
|
@ -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}') |
|
|
|