> 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-es/instalacion/evaluation-installation.md).

# Instalación de Windows

{% hint style="info" %}

#### Instalación de Windows

El Asistente de instalación proporciona la forma más fácil y rápida de instalar Pentaho Enterprise en Windows.

En este taller, instalará "todo", lo que permite el acceso a un Repositorio Pentaho "local".
{% endhint %}

1. Navegue hasta el archivo descargado: `pentaho-business-analytics-11.0.0.0-237.exe` archivo de instalación.
2. Haz doble clic en: `pentaho-business-analytics-11.0.0.0-237.exe` archivo para iniciarlo.
3. Ignore la advertencia del antivirus ..

<figure><img src="/files/d7a807a9004d95347ca99d5dece8b4a3164f612f" alt=""><figcaption><p>Revisar la instalación</p></figcaption></figure>

4. Aceptar el acuerdo de licencia.

<figure><img src="/files/af4eeeb1b73480486f9efb148c22b456465fd9bb" alt=""><figcaption><p>Aceptar el acuerdo de licencia</p></figcaption></figure>

5. Conserve la ruta de instalación predeterminada.

<figure><img src="/files/66b3078dd1937b1c2f82b5a4eb8217f3342f9cfd" alt=""><figcaption><p>Conservar la ruta de instalación predeterminada</p></figcaption></figure>

6. La base de datos predeterminada del Repositorio Pentaho es PostgreSQL.

Contraseña: password (todo en minúsculas)

<figure><img src="/files/19af75ee4f0f6431d41066c89c8a2d10c7543e08" alt=""><figcaption><p>Introduzca la contraseña: password</p></figcaption></figure>

7. Decida si desea instalar todo o componentes específicos.

<figure><img src="/files/3994140eaaba121aa12edd4175591c47edc66358" alt=""><figcaption><p>Manténgalo simple</p></figcaption></figure>

{% hint style="info" %}
Con el Asistente de instalación de Pentaho puede elegir una de dos formas de instalar componentes de Pentaho:

* Predeterminado: Seleccione la opción Manténgalo simple. Quiero todo en el asistente de instalación.
* Personalizado: Seleccione la opción Déjeme decidir por mi cuenta en el asistente de instalación.
  {% endhint %}

<figure><img src="/files/870041ea6acbc38274daee216f55f1213ffed5f2" alt=""><figcaption></figcaption></figure>

8. Instalar los datos de ejemplo de Stell Wheels.

<figure><img src="/files/0bcf8aa20355482af6daeecbd70d780d09aee063" alt=""><figcaption><p>Instalar Steel Wheels - sampledata</p></figcaption></figure>

9. Introduzca un ID de activación o una URL del servidor de licencias.

{% hint style="warning" %}
Si lo deja en blanco, se instalará una licencia de 30 días.
{% endhint %}

<figure><img src="/files/ea0871f818bc19076f100f494ea8f29cd97f89ab" alt=""><figcaption><p>Introducir URL de licencia o ID de activación</p></figcaption></figure>

10. Haga clic en 'Siguiente' para iniciar la instalación.

<figure><img src="/files/16983ca4856c44e01232d430a863696d1be7c70b" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Durante el proceso de instalación aparecerán varias notificaciones. Permita que se instalen los servicios de Pentaho.
{% endhint %}

<figure><img src="/files/a14550805c395250da2ac7f30be38eaeacf8e7a9" alt=""><figcaption><p>Pentaho 11</p></figcaption></figure>

{% hint style="danger" %}
Asegúrese de que estén instalados los complementos requeridos de Pentaho Server y Data Integration.
{% endhint %}

<figure><img src="/files/48ae6f3792f66d5b62f504ac6948d4102f0a527a" alt=""><figcaption><p>Integración de datos - Administrador de complementos</p></figcaption></figure>

<figure><img src="/files/e734579c657e2a724c50b50e95911a94af85b646" alt=""><figcaption><p>Pentaho Server - Administrador de complementos</p></figcaption></figure>

***


---

# 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-es/instalacion/evaluation-installation.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.
