Giter VIP home page Giter VIP logo

ballerina-distribution's Introduction

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

  • The [email protected] mailing list is for discussing code changes to the Ballerina project.
  • Chat live with us via our Discord server.
  • Technical questions should be posted on Stack Overflow with the #ballerina tag.

ballerina-distribution's People

Contributors

aashikam avatar anupama-pathirage avatar ayeshlk avatar ballerina-bot avatar bhashinee avatar buddhiwathsala avatar chamil321 avatar daneshk avatar dilansachi avatar gimantha avatar kalaiyarasiganeshalingam avatar keizer619 avatar krvperera avatar lafernando avatar lasinicl avatar ldclakmal avatar lnash94 avatar maryamzi avatar mohamedsabthar avatar mohanvive avatar nipunamadhushan avatar niveathika avatar pcnfernando avatar pubudu91 avatar shafreenanfar avatar tharmigank avatar thisaruguruge avatar udda1996 avatar uthaiyashankar avatar wggihan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.