Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@

<h5>Heroku App</h5>

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

<h4>Changing the Database Query</h4>

Update query in Main.java

2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}