From the course: DevSecOps: Automated Security Testing

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up the demo environment

Setting up the demo environment

From the course: DevSecOps: Automated Security Testing

Start my 1-month free trial

Setting up the demo environment

- [Narrator] Let's get our lab set up so we can start writing tests to be mean to our code. First you'll need to install docker. For the course I'm using a Mac with Docker Community Edition on it. Also called docker for Mac. If you have a Window's machine you can install Docker for Window's. If you're running Linux then the docker community edition is what you want. And just follow the instructions for your distro. Installation instructions and help are already available online at docker.com. This is a course on security testing and not on getting docker running. We will continue on assuming you have docker installed already. The commands I run throughout this course in the terminal are using bash on a Mac. To work with Window's I recommend using the Window's 10 anniversary edition. You can install the Linux Bash shell. In this video, we're going to set up our vulnerable web application Gruyere. Gruyere is written in Python and is simple to get launched. In a browser I'm heading over…

Contents