Server Deployment
Guidelines to deploy BridgeXR backend and web frontend on your servers.
Cloud Hosting
Preparation
Fill out our Onboarding Form
Set a preferred communication channel for both IT teams to start the deployment on your servers.
Define a URL for the dashboard (ex: bridgexr.yourdomain.com) and communicate it as early as possible to the Zoe Immersive team.
Configure your SSO to be connected to the Bridge platform (follow SSO configuration)
Setup
Setup Cloud Environment:
S3-Compatible object storage or Azure Blob Storage
Postgresql database( "Azure Database for PostgreSQL" for example)
BridgeXR backend (Running on "Azure Virtual Machines" or "Azure Container Apps" for example)
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).
Transferring 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)
Seeding the Database (script provided by us)
Connect your SSO (see SSO Integration)
Running BridgeXR on your testing environment (if you have one) then pushing it to production.
Start adding members and creating modules, see here.
Last updated