Skip to main content

Introduction

Overview

Your application's source code is hosted in a repository on a source code provider. An application in BOS is mapped to that repository of your source code provider.

How to create Application

Prerequisites

You must have an organization. In the organization there must be a product in which you want to create the application. You also need to have the necessary permissions to create an application. Once these are in place you need to follow the below mentioned steps.

Steps

  1. Login to BOS Console. After logging in you will be redirected to the Products List page of your organization.
  2. Click on the Product in which you want to create application. You will be redirected to the Product Information page.
  3. Click on the Application node in the left side menu. You will be redirected to the Applications List page.
  4. Click on the Add Application button. You will be redirected to the Create Application page.
  5. Fill in the details
    • Provide a name to your Application in the Application Name textbox.
    • Choose your source code provider from the Source Code Provider dropdown.
    • Fill Product / Repository URL where your source code resides.
    • Provide Personal Access Token to access the repository.
    • Add necessary description.
  6. Click on Validate button.
  7. Once validated click on Save button, you will then be redirected back to the Applications List page where you can see the newly created application.