|
|
@ -2,17 +2,11 @@ |
|
|
|
|
|
|
|
Instances of Ubuntu with Linux-based tools |
|
|
|
|
|
|
|
## LabInstance os2 |
|
|
|
|
|
|
|
|
|
|
|
![alt text](images/swarmlab-network.png "") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[inspired by NLKNguyen](https://github.com/NLKNguyen/alpine-mpich) |
|
|
|
|
|
|
|
|
|
|
|
## Quickstart |
|
|
|
|
|
|
|
This is a quickstart guide of howto use this *Lab* |
|
|
@ -30,20 +24,21 @@ This is a quickstart guide of howto use this *Lab* |
|
|
|
> ubuntu |
|
|
|
|
|
|
|
|
|
|
|
- Publish yoy work |
|
|
|
- Publish Your Work |
|
|
|
|
|
|
|
--- |
|
|
|
**INFO** |
|
|
|
|
|
|
|
|
|
|
|
Usage: |
|
|
|
|
|
|
|
> |
|
|
|
> mkdir /home/ubuntu/directory |
|
|
|
> put you files in that directory |
|
|
|
> swarmlab-publish /home/ubuntu/directory |
|
|
|
> open URL in Browser |
|
|
|
> |
|
|
|
```bash |
|
|
|
|
|
|
|
mkdir /home/ubuntu/directory |
|
|
|
put your files and other directories into /home/ubuntu/directory |
|
|
|
swarmlab-publish /home/ubuntu/directory |
|
|
|
open URL in Browser |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
@ -56,10 +51,10 @@ Usage: |
|
|
|
|
|
|
|
- connect to workers |
|
|
|
|
|
|
|
> |
|
|
|
> ssh ubuntu@[IP] |
|
|
|
> user has sudo rights |
|
|
|
> |
|
|
|
```bash |
|
|
|
ssh ubuntu@[IP] |
|
|
|
Info: user has sudo rights |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
- connect to workers with ansible |
|
|
|