From 71799b9dd67a627c967e15ddea7629252e3e28a0 Mon Sep 17 00:00:00 2001 From: Allie Crevier Date: Wed, 19 May 2021 15:54:11 -0700 Subject: [PATCH] update dev env overview of tools used --- docs/development/setup_development.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/development/setup_development.rst b/docs/development/setup_development.rst index 0ed9c02fd..9ceacd8c2 100644 --- a/docs/development/setup_development.rst +++ b/docs/development/setup_development.rst @@ -7,10 +7,8 @@ Overview -------- SecureDrop is a multi-machine design. To make development and testing -easy, we provide a set of virtual environments, each tailored for a -specific type of development task. We use Vagrant, Molecule, and -Docker and our Ansible playbooks can provision these environments on -either virtual machines or physical hardware. +easier, we provide a set of virtual environments, each tailored for a +specific type of development task. We use Ansible playbooks to provision these environments on either virtual machines or physical hardware. We use Libvirt to manage our virtual machines, Docker to run them, and and Molecule to test the provisioning logic. Quick Start -----------