Previous version

Archived previous version for internal reference.

Cloud Hosting

Preparation

  • Define a URL for the dashboard (ex: bridgexr.yourdomain.com) and communicate it as early as possible to the Zoe Immersive team.

circle-exclamation

Setup

Setup Cloud Environment:

You need the following:

  • An S3-Compatible object storage or Azure Blob Storage

  • A Postgresql database( "Azure Database for PostgreSQL" for example)

  • A BridgeXR backend (Running on "Azure Virtual Machines" or "Azure Container Apps" for example)

  • A BridgeXR frontend (Running on "Azure Container Apps" for example)

Notes: 10GB of storage should be enough for the Backend. And we recommend 2CPU and 2GB of RAM.

Object Storage disk size will depend on the number and size of Experiences developers will build (around 50GB should be enough to start with).

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).

  • Download the Bridge XR Web Files required on this pagearrow-up-right. You need to be logged in with your Zoe for Unity credentials.

  • Transfer frontend files to a web server hosted on your servers suitable for single page applications (nginx in "Azure Container Apps" for example).

  • Running the server binary on your linux environment of choice ( "Azure Virtual Machines" or "Azure Container Apps" for example as mentioned above)

  • Seed the Database (with the script provided by us)

  • Run BridgeXR on your testing environment (if you have one) then pushing it to production.

Last updated