Application Connectors
GitHub
Instructions on how to install and use the GitHub Connector.
GitHub is a cloud-based platform that helps developers store, manage, and collaborate on software projects.
This document explains how an organisation can connect to Github issues into Ocular.
Obtaining the Github Personal Token
-
Navigate to Github Docs to create a Github Personal Token.
-
Navigate To The Github repo you want to index and get the
organisation
andname
.
- Navigate to the Github App in Ocular and use
personal_access_token
,organisation_name
andrepository_name
to start indexing.
Installing the GitHub Connector
To install a connector in your backend, add the connector to the Ocular config file in your backend.
The following config files are currenlty supported
core-config-local.js
- for running Ocular in Docker.core-config-dev.js
- for running Ocular in development mode.
Set the following in the core-config-xxx.js
apps section.
core-config-xxx.js