2020-05-15 13:41:26 +03:00
|
|
|
---
|
|
|
|
layout: section-summary
|
|
|
|
title: Enso Distribution
|
|
|
|
category: distribution
|
|
|
|
tags: [distribution, readme]
|
|
|
|
order: 0
|
|
|
|
---
|
|
|
|
|
|
|
|
# Enso Distribution
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2020-05-15 13:41:26 +03:00
|
|
|
Documents in this section deal with the process of packaging both Enso and its
|
|
|
|
dependencies, and Enso projects for use by our users.
|
|
|
|
|
|
|
|
- [**Distribution:**](./distribution.md) Information on how we distribute Enso
|
2020-06-24 14:05:31 +03:00
|
|
|
to our users, and for use by the [IDE](https://github.com/enso-org/ide).
|
2020-05-15 13:41:26 +03:00
|
|
|
- [**Packaging:**](./packaging.md) Information on the structure of an Enso
|
|
|
|
project/package.
|
2020-07-01 17:26:49 +03:00
|
|
|
- [**Release Policy:**](./release-policy.md) Information on the release policy
|
|
|
|
for Enso and this repository.
|
2020-07-08 16:54:41 +03:00
|
|
|
- [**Launcher:**](./launcher.md) Information on the design of Enso launcher, the
|
|
|
|
tool for launching various components and managing Enso versions.
|
|
|
|
- [**Launcher CLI:**](./launcher-cli.md) Explanation of the command-line
|
|
|
|
interface of the launcher.
|
2020-10-09 17:19:58 +03:00
|
|
|
- [**Licenses:**](licenses.md) Information on gathering license information of
|
2020-07-21 15:59:40 +03:00
|
|
|
dependencies included in the distribution.
|
2020-09-14 12:05:37 +03:00
|
|
|
- [**Fallback Launcher Release Infrastructure:**](fallback-launcher-release-infrastructure.md)
|
|
|
|
Explanation of the fallback infrastructure that can be enabled to keep
|
|
|
|
launcher updates functioning even if the primary release provider stops
|
|
|
|
working.
|
2021-01-14 18:31:15 +03:00
|
|
|
- [**Standard Libraries:**](standard-libraries.md) A brief explanation of the
|
|
|
|
standard libraries for Enso.
|
2021-01-15 18:26:51 +03:00
|
|
|
- [**Bundles**](bundles.md) An explanation of distributed bundles that contain
|
|
|
|
all components necessary to run Enso out of the box.
|
2021-05-05 13:58:14 +03:00
|
|
|
- [**Nightly**](nightly.md) Description of the infrastructure related to the
|
|
|
|
nightly builds.
|