Getting Started
Run Oxla in 2 minutes
Prerequisites
- x86 64bit CPU (Intel or AMD)
- Linux OS
- Docker
- PostgreSQL Client
Installation
In order run Oxla in no time, you need to have Docker and PostgreSQL client installed on your local machine. To do that, you need to follow their installation guides, that you can find below:
Docker Setup
Once you’re done with installation part, you can open your terminal and execute following command to check if you have installed your Docker instance properly:
If it returns “Bad response from Docker Engine”, it means there is an issue with your Docker instance and you need to try re-installing it.
Then you need to start Oxla Docker instance and expose PostgreSQL port:
In case of getting an error message about port 5432 being occupied, you need to adjust the above command to utilise a different port (6000 can be used here)
Connecting to Oxla
Once that is done, you can now effectively connect to Oxla by executing one of the following commands, depending on the port you used before:
If you encounter “bash: psql: command not found“ error response, this means that you have not installed PostgreSQL client properly on your machine and you need to try reinstalling it