enso/docs/distribution/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1.6 KiB
Markdown
Raw Normal View History

---
layout: section-summary
title: Enso Distribution
category: distribution
tags: [distribution, readme]
order: 0
---
# Enso Distribution
2020-07-21 15:59:40 +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
to our users, and for use by the [IDE](https://github.com/enso-org/ide).
- [**Packaging:**](./packaging.md) Information on the structure of an Enso
project/package.
- [**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.
- [**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.
- [**Standard Libraries:**](standard-libraries.md) A brief explanation of the
standard libraries for Enso.
- [**Bundles**](bundles.md) An explanation of distributed bundles that contain
all components necessary to run Enso out of the box.
- [**Nightly**](nightly.md) Description of the infrastructure related to the
nightly builds.