From 813e650d0cd87a0109586730fc6846a38f36fe38 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 Signed-off-by: Allie Crevier --- docs/development/setup_development.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/development/setup_development.rst b/docs/development/setup_development.rst index 0ed9c02fd..91084ed36 100644 --- a/docs/development/setup_development.rst +++ b/docs/development/setup_development.rst @@ -7,10 +7,11 @@ 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 -----------