> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process.md).

# Manual installation process

The manual installation process consists of the following steps, depending on the operating system used for your environment:

1. Prepare Your Environment: Either Windows or Linux
   * If your operating system is Windows, select [Prepare Your Windows Environment for Installation](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/prepare-your-windows-environment-for-a-manual-installation.md).
   * If your operating system is Linux, select [Prepare Your Linux Environment for Installation](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/prepare-your-linux-environment-for-a-manual-installation.md).
2. Prepare Repository: You can select one of the following database types for your Pentaho Repository:
   * [PostgreSQL](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/use-postgresql-as-your-repository-database-manual-installation.md)
   * [MySQL](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/use-mysql-or-mariadb-as-your-repository-database-manual-installation.md)
   * [Oracle](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/use-oracle-as-your-repository-database-manual-installation.md)
   * [MS SQL Server](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/use-ms-sql-server-as-your-repository-database-manual-installation.md)
3. Choose and Prepare Your Web Application Server: You can use either Tomcat or JBoss, but you must install the web app server yourself.
   * Provide your own Tomcat web application server.
   * Provide your own JBoss web application server.
     * You need to [prepare your JBoss connections](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/prepare-jboss-connections-and-web-app-servers.md) before starting the Pentaho Server.
4. Start the Pentaho Server: The final step is to [start the Pentaho Server and install your licenses](/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/prepare-jboss-connections-and-web-app-servers/prepare-jboss-web-application-servers/step-5-configure-pentaho-settings-for-jboss/add-jboss-logging/configure-and-start-the-pentaho-server-after-manual-installation.md).


---

# 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://docs.pentaho.com/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process.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.
