Develop a Heroku App That Integrates with Salesforce | Create Your Heroku App | #Salesforce #heroku

14 views Feb 8, 2022

Develop a Heroku App That Integrates with Salesforce | Create Your Heroku App | #Salesforce #heroku Create Your Heroku App Create a Placeholder for the Heroku app From your browser, navigate to the Heroku dashboard, https://id.heroku.com. Click New. Select Create new app. Note Note When prompted for a name, type dhdev-UNIQUE_ID. For some accounts, there is an option for owner. Verify that option is set to Personal. Click Create app. Once your app is created you are redirected to the Heroku dashboard. Click Open App. Congratulations! You have created your first Heroku app. Configure your new app to receive the DreamHouse code from Git. Once your app is created, you are redirected to the Deploy tab. Scroll down to Deployment method and select GitHub. Scroll down to the Connect to GitHub section and click Connect to GitHub. If you have not already authorized Heroku to access your GitHub account, a window appears asking to authorize. Click Authorize Heroku. Once your GitHub account is authorized, your username is displayed and you can search for repositories stored within your account. In the repo-name input, type intro-to-heroku. Click Search.