2020-05-15 13:41:26 +03:00
|
|
|
---
|
|
|
|
layout: section-summary
|
|
|
|
title: Enso Distribution
|
|
|
|
category: distribution
|
|
|
|
tags: [distribution, readme]
|
|
|
|
order: 0
|
|
|
|
---
|
|
|
|
|
|
|
|
# Enso Distribution
|
|
|
|
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.
|