Getting Started
Deploy Oxla in minutes! 🎊
Over the following steps, we'll set you up with an Oxla server so you can see how easy it is to access. Let's get started!
Prerequisite
⚠️ Install Docker. Please refer to this page for further details.
⚠️ We recommend you to use Linux OS computer to deploy an Oxla server
⚠️ Install PostgreSQL on your local machine. Please refer to this page.
Installation Steps
1) Open your terminal and execute this command to check if you have installed your docker properly:
Note: If it returns “Bad response from Docker engine”, this means there is an issue with your docker engine. Try re-install your docker.
2) Execute the following command to create a file that contains docker compose file:
Option 1 - Run Oxla against data in your local machine
3) If you want to run Oxla using data in your local machine, input the following code into the docker compose file:
Note: To save, don't forget to enter :wq
Option 2 - Run Oxla against data in S3
3) If you want to run Oxla using data in S3, input the following code into the docker compose file:
Note: Don’t forget to replace the s3, AWS_DEFAULT_REGION, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY with appropriate values.
4) Execute the following command to create and start the docker container:
5) Execute the following command to run Oxla:
Note: 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!
