Skip to content

Commit

Permalink
Added Quick Start
Browse files Browse the repository at this point in the history
  • Loading branch information
subashsn authored Oct 11, 2018
1 parent ef9e9cc commit c9bc539
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ The application comes with a **developer friendly comprehensive guidebook** whic

The blog post for this release is at https://blog.appsecco.com/damn-vulnerable-nodejs-application-dvna-by-appsecco-7d782d36dc1e

## Quick start

Try DVNA on with a single command with Docker

```bash
docker run --name dvna -p 9090:9090 -d appsecco/dvna:sqlite
```

Access the application at http://127.0.0.1:9090/

## Getting Started

DVNA can be deployed in three ways
Expand Down

0 comments on commit c9bc539

Please sign in to comment.