Aller au contenu principal

GitHub/GitLab requirements

WIP

Clone the provided repository

Clone the AI Unlimited GitHub repository. The deployments folder in the repository contains template, parameter, and policy files for installing AI Unlimited.

Open a terminal window, and clone the repository.

Create a GitHub or GitLab OAuth app

Create an OAuth app so that AI Unlimited can authorize your GitHub or GitLab account to store user and project information.

  1. Sign in to your Git repository.

  2. Create an OAuth app. See GitHub: Create an OAuth app or GitLab: Create an OAuth app.

    While registering the OAuth app, use these URLs.

    • Homepage URL:
      • If you are using the QuickStart, http://localhost:3000

      • For a demo or full installation, http://[ip_or_hostname]:[port]

    • Authorization callback URL: [Homepage URL]/auth/github/callback

    For GitLab, select the appropriate OAuth Scopes as defined in Authorized Applications.

  3. Copy and retain the Client ID and Client secret. You'll use them to authorize AI Unlimited to save user and project information.