Skip to content

Development Environment

bviktor edited this page Jan 2, 2020 · 5 revisions

Install and configure all packages:

sudo ansible-playbook ansible/devenv.yml

Docker

Add the account to the docker group:

sudo usermod -a -G docker user.name
sudo systemctl restart docker.service

The user will have to log out and log back in.

Wireshark

Add the account to the wireshark group:

sudo usermod -a -G wireshark user.name

The user will have to log out and log back in.

Clone this wiki locally