Skip to content

lnash94/ballerina-distribution

This branch is 131 commits behind ballerina-platform/ballerina-distribution:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2024
Aug 27, 2024
Aug 15, 2024
Oct 17, 2024
Jul 1, 2021
Jul 20, 2023
Jul 2, 2023
Aug 21, 2024
Jul 2, 2023
Nov 28, 2023
Nov 18, 2024
Jul 28, 2023
Sep 15, 2020
Oct 21, 2024
Jul 29, 2023
Aug 21, 2024
Jul 20, 2023
Mar 22, 2024
Jul 26, 2023
Feb 11, 2021
Oct 21, 2024
Apr 3, 2018
Oct 1, 2024
Aug 8, 2024
Dec 7, 2021
Nov 5, 2024
Jul 28, 2023
Jul 28, 2023
Apr 3, 2018
Apr 3, 2018
Apr 17, 2018
Jul 29, 2023

Repository files navigation

Ballerina Distribution

Ballerina Distribution Build Daily build

The Ballerina distribution repository builds the final Ballerina distributions. It combines the Ballerina runtime with standard libraries and language extensions.

Table of contents

Getting started

You can use one of the following options to try out Ballerina.

Download and install

Download the binary

You can download the Ballerina distribution at http://ballerina.io/downloads.

Install from source

Alternatively, you can install Ballerina from the source using the following instructions.

Prerequisites

Building the source

  1. Clone this repository using the following command.

    git clone https://github.com/ballerina-platform/ballerina-distribution
  2. This repository is depending on Github packages. You need to have a personal access token with read package permissions. Then you need to set following environment variables.

    Linux/Unix

    export packageUser=<Your github username>
    export packagePAT=<Your personal access token>

    Windows

    set packageUser=<Your github username>
    set packagePAT=<Your personal access token>
  3. This repository contains central integration tests. You need to have dev access token of the bctestorg organization to run these tests. Then you need to set following environment variables.

    Linux/Unix

    export BALLERINA_DEV_CENTRAL=true
    export BALLERINA_CENTRAL_ACCESS_TOKEN=<Dev access token>

    Windows

    set BALLERINA_DEV_CENTRAL=true
    set BALLERINA_CENTRAL_ACCESS_TOKEN=<Dev access token>

    Else you can disable central integration tests and build the repository.

  4. Run the Gradle build command ./gradlew build from the repository root directory.

  5. Out of the ZIP distributions in the ballerina/build/distributions/ directory, extract the ballerina-<version>-SNAPSHOT.zip file (e.g., ballerina-swan-lake-beta3-SNAPSHOT.zip). The other distributions are used for installer generation.

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community. To start contributing, read these contribution guidelines for information on how you should go about contributing to our project.

Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.

License

Ballerina code is distributed under Apache license 2.0.

Useful links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 60.4%
  • Ballerina 35.9%
  • Shell 2.8%
  • Batchfile 0.9%