Prerequisite

⚠️ x86 64bit CPU (Intel or AMD).

⚠️ Linux OS.

⚠️ Install Docker. Please refer to this page for further details.

⚠️ Install the PostgreSQL client on your local machine. Please refer to this page.

Installation

  • Open your terminal command and execute this command to check if you have installed your docker properly.
docker ps
If it returns “Bad response from Docker engine”, this means there is an issue with your docker engine. Try re-install your docker.
  • Start Oxla docker and expose PostgreSQL port:
docker run --rm -it -p 5432:5432 public.ecr.aws/oxla/release:latest
  • Execute the following command to connect to Oxla:
psql -h localhost
If you encounter an error response “bash: psql: command not found“, this means that you have not installed PostgreSQL.