You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/ruby/app-issue-creator/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ This is the sample project that walks through creating a GitHub App and configur
18
18
19
19
Install the required Ruby Gems by entering `bundle install` on the command line.
20
20
21
+
Set environment variables `GITHUB_APP_ID` and `GITHUB_APP_PRIVATE_KEY`. For example, run the following to store the private key to an environment variable: `GITHUB_APP_PRIVATE_KEY="$(less private-key.pem)"`
22
+
21
23
To start the server, type `ruby server.rb` on the command line.
22
24
23
25
The [sinatra server](http://www.sinatrarb.com/) will be running at `localhost:4567`.
0 commit comments