Skip to content

Commit 5362eb0

Browse files
author
Ilya Radchenko
committed
Fix formatting for enterprise instructions
1 parent 1cf107f commit 5362eb0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,24 @@ The following variables only need to be overridden if you are using github enter
2929

3030
### Enterprise Setup
3131

32-
1) You'll need to create an Application on your GitHub Enterprise Server. Log in to GitHub Enterprise and navigate to
32+
1. You'll need to create an Application on your GitHub Enterprise Server. Log in to GitHub Enterprise and navigate to
3333
`https://your-github-url.com/settings/applications/new` and set authentication URL to
3434
`https://your-strider-server:port/auth/github/callback`.
35-
2) Define the environment variables. Here is an example:
36-
```
35+
2. Define the environment variables. Here is an example:
36+
37+
```shell
3738
export SERVER_NAME="http://111.11.11.111:3000"
3839
export PLUGIN_GITHUB_APP_ID="a342d32c23c23"
3940
export PLUGIN_GITHUB_APP_SECRET="5af64a67af586847afbc6796769769d97a961"
4041
export PLUGIN_GITHUB_API_DOMAIN="https://github.my-organization.com"
4142
export PLUGIN_GITHUB_API_ENDPOINT="https://github.my-organization.com/api/v3"
4243
```
44+
4345
**NOTE** `SERVER_NAME` must be the same exact host that you used for the 'Authentication URL' in step 1. For example,
4446
if you used `http://111.11.11.111:3000/auth/guthub/callback` in step 1, your `SERVER_NAME` **must** be
4547
`http://111.11.11.111:3000`. Also note that the protocol must be the same between the two (if you used `http://`
4648
in step 1, you must use `http://` in `SERVER_NAME` and not `https://`).
47-
3) Reboot strider and navigate link a github account as normal, you should see your enterprise repos!
49+
3. Reboot strider and navigate link a github account as normal, you should see your enterprise repos!
4850

4951
#### Known Issues with Enterprise
5052

0 commit comments

Comments
 (0)