Skip to content

Commit

Permalink
Add Heroku button
Browse files Browse the repository at this point in the history
(send message to Gitter chat when an instance is created)
  • Loading branch information
bkimminich committed Aug 4, 2016
1 parent 230dda6 commit 79d3a46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ Feel free to have a look at the latest version of OWASP Juice Shop: <https://jui
## Setup

### Deploy on Heroku (free ($0/month) dyno)

1. Click the button below and follow the instructions

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

> This is the quickest way to get a running instance of Juice Shop! If you have forked this repository, the deploy button will automatically pick up your fork for deployment! As long as you do not perform any DDoS attacks you are free to use any tools or scripts to hack your Juice Shop instance on Heroku!
### From Sources

1. Install [node.js 4.x or higher](https://nodejs.org)\*
Expand Down
9 changes: 9 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "OWASP Juice Shop",
"description": "An intentionally insecure Javascript Web Application",
"website": "https://www.owasp.org/index.php/OWASP_Juice_Shop_Project",
"repository": "https://github.com/bkimminich/juice-shop",
"logo": "https://raw.githubusercontent.com/bkimminich/juice-shop/master/app/public/images/JuiceShop_Logo.png",
"keywords": [
Expand All @@ -15,5 +16,13 @@
"vulnerability",
"broken",
"bodgeit"
],
"addons": [
{
"plan": "deployhooks:http",
"options": {
"url": "https://webhooks.gitter.im/e/834eb1125252d3ab83a3"
}
}
]
}

0 comments on commit 79d3a46

Please sign in to comment.