Getting Started
Run Oxla on Azure Blob Storage
Over the following steps, we’ll set you up with an Oxla server using the Azure Blob Storage.
Prerequisite
⚠️ Install Docker. Please refer to this page for further details. ⚠️ We recommend you use a Linux OS computer to deploy an Oxla server. ⚠️ Install PostgresSQL-client-14 for psql connection. Please refer to this page.
Installation Steps
- Open your terminal and execute this command to check if you have installed your docker properly:
If it returns “Bad response from Docker engine”, this means there is an issue with your docker engine. Try re-install your docker.
- Execute the following command to create a file that contains docker compose file:
- Input the following code into the docker compose file:
- Execute the following command to create and start the docker container:
- Execute the following command to run Oxla:
If you encounter an error response “bash: psql: command not found“, this means that you have not installed PostgreSQL.
- When you get the following result, you are now in the Oxla server✅
Encountered an error? We got you! Head over here to see your troubleshooting resolutions!