# Previous version

## Cloud Hosting

### Preparation

| <ul><li>Fill out our <a href="https://form.asana.com/?k=Mj7Z-ZezHQmyppSS_jiJNA&#x26;d=1205786549890494">Onboarding Form</a></li></ul> |
| ------------------------------------------------------------------------------------------------------------------------------------- |

| <ul><li>Define a URL for the dashboard (ex: bridgexr.yourdomain.com) and communicate it as early as possible to the Zoe Immersive team.</li></ul> |
| ------------------------------------------------------------------------------------------------------------------------------------------------- |

{% hint style="warning" %}
Without this the client Apps (VR or Desktop) won't be pointing to your servers.
{% endhint %}

| <ul><li>Configure your SSO to be connected to the Bridge platform (follow <a href="/pages/klrtLpyIX36JBiv1Ka8O">SSO configuration</a>)</li></ul> |
| ------------------------------------------------------------------------------------------------------------------------------------------------ |

### Setup

| <p>Setup Cloud Environment:</p><p>You need the following:<br></p><ul><li>An S3-Compatible object storage or Azure Blob Storage</li><li>A Postgresql database( "Azure Database for PostgreSQL" for example)</li><li>A BridgeXR backend (Running on "Azure Virtual Machines" or "Azure Container Apps" for example)</li><li>A BridgeXR frontend (Running on "Azure Container Apps" for example)</li></ul><p><br><em>Notes:</em><br><em>10GB of storage should be enough for the Backend. And we recommend 2CPU and 2GB of RAM.</em></p><p><em>Object Storage disk size will depend on the number and size of Experiences developers will build (around 50GB should be enough to start with).</em></p><p><em>Database size will depend on the number of participants and frequency of use of the platform (around 20GB for the Database should be enough to start with).</em></p><p><br></p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| <ul><li>Download the Bridge XR Web Files required on <a href="https://zoeimmersive.com/unity/download/#rcl">this page</a>. You need to be logged in with your Zoe for Unity credentials.</li></ul> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| <ul><li>Transfer frontend files to a web server hosted on your servers suitable for single page applications (nginx in "Azure Container Apps" for example).</li></ul> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| <ul><li>Running the server binary on your linux environment of choice ( "Azure Virtual Machines" or "Azure Container Apps" for example as mentioned above)</li></ul> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

| <ul><li>Seed the Database (with the script provided by us)</li></ul> |
| -------------------------------------------------------------------- |

| <ul><li>Connect your SSO (see <a href="/pages/6czyPFU2Nb3PufNEsYKh">SSO Integration</a>)</li></ul> |
| -------------------------------------------------------------------------------------------------- |

| <ul><li>Run BridgeXR on your testing environment (if you have one) then pushing it to production.</li></ul> |
| ----------------------------------------------------------------------------------------------------------- |

| <ul><li>Start <a href="/pages/QLwy5wS58a2SCrMEzkjg">adding members</a> and <a href="/pages/xNXc7SQt6K5WCGq7VklO">creating modules</a>!</li></ul> |
| ------------------------------------------------------------------------------------------------------------------------------------------------ |


---

# 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://unity.zoeimmersive.com/bridge-xr/set-up-bridge-xr/server-deployment/previous-version.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.
