Skip to content

Commit

Permalink
Updated main readme instructions and architecture to include client
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Feb 21, 2019
1 parent abea51d commit 0befaaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ This application and exercises will take you through some of the OWASP top 10 Vu

## Up and running

Server will be running on localhost:8080

```
docker-compose up
```
1. Install Docker for [MacOS](https://hub.docker.com/editions/community/docker-ce-desktop-mac) or [Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows). You'll need to create a Docker account if you don't already have one.
2. `git clone git://github.com/ScaleSec/vulnado`
3. `cd vulnado`
4. `docker-compose up`
5. Open a browser and navigate to the client to make sure it's working: [http://localhost:1337](docker-compose up)
6. Then back in your terminal verify you have connection to your API server: `nc -vz localhost 8080`

## Architecture

Expand Down
Binary file modified exercises/assets/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exercises/assets/arch.xml

Large diffs are not rendered by default.

0 comments on commit 0befaaa

Please sign in to comment.