Skip to content

Setting up a GitHub Application

Joshua S Brown edited this page Jun 1, 2021 · 30 revisions

These steps are very general, you do not actual need any code to setup a github application. What is needed is the url's where the application will be hosted.

  1. First step, click on your profile, and choose settings, then click Developer Settings.

image1 image3

  1. Three different options should then be available to you, you want to be sure the GitHub Application option is selected. Go ahead and select the create New GitHub App button at the top right side of the screen.

image5

  1. You will need to provide your password at this point.

image6

  1. At this point you will be provided with a form, there are a few items that are required in order to register the application.

image7

The required items are:

  • GitHub App name - it is what it says the name you want to call your application
  • Homepage URL - a link to the GitHub repository or the homepage of the application
  • Webhook URL - a way to communicate between GitHub and a server you are hosting

In this demonstration I will not show you how to setup a webhook url because I have not yet created an application that needs it.

  1. As mentioned earlier however, a webhook url is required even if I don't care to utilize it. So we will use https://smee.io/ to generate an appropriate url. If you ever wanted to add a server that has extra functionality it is still a possibility.

image8

 image9  image10  image11  image12  image13  image14  image15  image16  image17

Clone this wiki locally