# Deployment Guides

This chapter explains how to install and configure the components of the Ocean Enterprise software stack. All components run in Docker containers on a Linux operating system. Deploying the OE components requires solid familiarity with Linux, Docker Engine, and Docker Compose.&#x20;

As described in the [Dataspace Configuration Options](/developers/architecture-1.md) chapter, the OE Stack supports two deployment modes - with SSI-based access control enabled or disabled. Because the required components and installation order vary by configuration, consult the dedicated chapter on the installation sequence for each configuration.  &#x20;

Each deployment subchapter is structured into four parts:&#x20;

* *Prerequisites*: lists the hardware, software, and other requirements for running the component\ <mark style="color:$info;background-color:$info;">**Note**</mark><mark style="color:$info;background-color:$info;">: The hardware specifications provided represent the minimum configuration identified during our testing. Actual requirements vary based on workload characteristics such as the number of concurrent requests and expected response times. We recommend starting with an estimated configuration based on your anticipated workload, monitoring system performance over time, and adjusting resources accordingly.</mark>
* *Deployment Steps*: describes the tasks required to perform to install and configure the component.
* *Post installation steps*: tasks that must be completed for the component to function properly
* *Environment Variables*: explains the purpose and usage of each environment variable needed by the component

This chapter includes the following information:

* [Deployment Modes](/infrastructure/deployment-modes.md)
* [OE Node Installation and Configuration](/infrastructure/oe-node-installation-and-configuration.md)
* [Marketplace Installation and Configuration](/infrastructure/marketplace-installation-and-configuration.md)
* [Policy Server and Policy Server Proxy Installation and Configuration](/infrastructure/policy-server-and-policy-server-proxy-installation-and-configuration.md)
* [SSI Stack Installation and Configuration](/infrastructure/ssi-stack-installation-and-configuration.md)


---

# Agent Instructions: 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:

```
GET https://docs.oceanenterprise.io/infrastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
