You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
965 B

4 years ago
# Linux Operating System
4 years ago
4 years ago
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*
### Default Configuration
- Working Directory
> /home/ubuntu
- Default user
> ubuntu
- Publish yoy work
---
**INFO**
Usage:
>
> mkdir /home/ubuntu/directory
> put you files in that directory
> swarmlab-publish /home/ubuntu/directory
> open URL in Browser
>
---
- The host file that contains addresses of connected workers can be created with:
>
> swarmlab-getworkers > /home/ubuntu/invhosts
>
- connect to workers
>
> ssh ubuntu@[IP]
> user has sudo rights
>
- connect to workers with ansible
```bash
cd /home/ubuntu/project/examples-os2/ansible
make ps
```
---
---
**MORE INFO**
See http://docs.swarmlab.io/SwarmLab-HowTos/labs/os2/index.adoc.html
---