Skip to content

Commit 9ccd25c

Browse files
author
gireg.roussel
committed
update readme with setup for the edge
1 parent 7dc4e1f commit 9ccd25c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

deployment/edge/ansible/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@ Before launching ansible export a env to specify your local vio directory
22
```
33
export LOCAL_VIO_DIR=
44
```
5+
### Setup the edge
6+
7+
Install openssh-server on the edge:
8+
```bash
9+
sudo apt-get install openssh-server
10+
```
11+
12+
Then, try to connect through:
13+
```bash
14+
ssh localhost
15+
```
16+
17+
Install Docker on the edge help you with [this link](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)
18+
Don't forget [post-installation](https://docs.docker.com/engine/install/linux-postinstall/) steps to run docker as a non-root user.
19+
20+
Install *make* on the edge:
21+
```bash
22+
sudo apt-get install build-essential
23+
```
524

625

726
### Install sshpass and the requirements

0 commit comments

Comments
 (0)