From 8fab2e6014ad95e552a7d732f570645f54aeb18f Mon Sep 17 00:00:00 2001 From: tsellers Date: Thu, 20 Oct 2016 20:04:55 +0100 Subject: [PATCH 1/3] added heroku button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8545d5..070a7bb 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@

Changing the Database Query

Update query in Main.java + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) \ No newline at end of file From 94a8353616ddfd14f3c0ab42261ae97a5bb33dfc Mon Sep 17 00:00:00 2001 From: tsellers Date: Thu, 20 Oct 2016 20:10:19 +0100 Subject: [PATCH 2/3] add herokuconnect --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 3434996..4a4866c 100644 --- a/app.json +++ b/app.json @@ -2,5 +2,5 @@ "name": "Start on Heroku: Java", "description": "A barebones Java app, which can easily be deployed to Heroku.", "image": "heroku/java", - "addons": [ "heroku-postgresql" ] + "addons": ["heroku-postgresql", "herokuconnect", "papertrail"] } From 9c38bd8d21aa246992be06f0c68cbd7fc4f30b01 Mon Sep 17 00:00:00 2001 From: tsellers Date: Thu, 20 Oct 2016 20:16:05 +0100 Subject: [PATCH 3/3] fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 070a7bb..d8a07b7 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@
Heroku App
-1.) Create an app 2.) Add Postgres Addon 3.) Add Heroku Connect Addon 4.) Set up a free Salesforce developer account 4.) Set up Heroku Connect Connection using the above account 5.) From Heroku Connect Dashboard, add a Mapping for Account with any fields, query will pull all 6.) Link your app to this GitHub Repo 7.) Deploy +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) + +- From Heroku Connect Dashboard, add a Mapping for Account with any fields, query will pull all

Changing the Database Query

Update query in Main.java -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) \ No newline at end of file