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.

73 lines
945 B

4 years ago
# Linux Operating System
4 years ago
4 years ago
Instances of Ubuntu with Linux-based tools
![alt text](images/swarmlab-network.png "")
## Quickstart
This is a quickstart guide of howto use this *Lab*
### Default Configuration
4 years ago
#### Working Directory
4 years ago
> /home/ubuntu
4 years ago
#### Default user
4 years ago
> ubuntu
4 years ago
#### Publish Your Work
4 years ago
---
4 years ago
```bash
mkdir /home/ubuntu/directory
put your files and other directories into /home/ubuntu/directory
swarmlab-publish /home/ubuntu/directory
open URL in Browser
```
4 years ago
---
4 years ago
#### Find lab workers
The host file that contains addresses of connected workers can be created with:
4 years ago
>
> swarmlab-getworkers > /home/ubuntu/invhosts
>
4 years ago
#### connect to workers
4 years ago
4 years ago
```bash
ssh ubuntu@[IP]
Info: user has sudo rights
```
4 years ago
4 years ago
#### connect to workers with ansible
4 years ago
```bash
cd /home/ubuntu/project/examples-os2/ansible
make ps
```
---
---
**MORE INFO**
See http://docs.swarmlab.io/SwarmLab-HowTos/labs/os2/index.adoc.html
---