> For the complete documentation index, see [llms.txt](https://academy.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.pentaho.com/pentaho-11-installation-en/pentaho-11-installation-fr/apercu/readme.md).

# Installation de Pentaho 11

#### Introduction

Cette page s’adresse aux administrateurs système, aux ingénieurs DevOps et aux utilisateurs techniques qui doivent installer ou évaluer Pentaho Enterprise Edition 11 sur Linux ou Windows.

{% hint style="info" %}
Pentaho Enterprise Edition 11 est une plateforme d’intégration et d’analyse de données offrant des outils d’ingestion, de transformation, de visualisation et de génération de rapports. Pentaho Enterprise fonctionne sur plusieurs systèmes d’exploitation, dont Linux et Windows.

Cette page est le point de départ pour l’installation de Pentaho Enterprise sur **Linux** et **Windows**.

Pour les environnements de production, vous pouvez installer Pentaho Enterprise de l’une des façons suivantes :

* [**Archive (Linux)**](/pentaho-11-installation-en/pentaho-11-installation-fr/installation/archive-installation.md) – Exécutez Pentaho Server sur l’instance Tomcat fournie par Pentaho.
* **Manuel (avancé)** – Déployez Pentaho Server sur un serveur d’applications web Tomcat ou JBoss existant. Cette option est destinée aux administrateurs expérimentés et n’est pas abordée étape par étape dans cet atelier.
* [**Outils clients**](/pentaho-11-installation-en/pentaho-11-installation-fr/installation/archive-installation/install-client-tools.md) – Installez uniquement les composants clients Business Analytics (BA) ou Data Integration (DI).

Pour les scénarios d’évaluation sur Windows, vous pouvez utiliser l’installateur guidé :

* [**Évaluation Enterprise (Windows)**](/pentaho-11-installation-en/pentaho-11-installation-fr/installation/evaluation-installation.md) – Installez un environnement d’évaluation préconfiguré à l’aide de l’assistant Windows.
  {% endhint %}

{% hint style="warning" %}
L’option d’installation manuelle est destinée aux administrateurs expérimentés qui gèrent leurs propres serveurs d’applications (Tomcat ou JBoss). Cette documentation ne fournit pas de guide complet, étape par étape, pour les installations manuelles.
{% endhint %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academy.pentaho.com/pentaho-11-installation-en/pentaho-11-installation-fr/apercu/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
