Markdown Content

What is API Studio Linux Installation Prerequisite ?

API Studio is Data Management Platform with best quality development productivity tools to develop backend systems base on REST API with Python scripting and provide top notch services.


Python Requirments for API Studio.

Source Download Link:

Click this link to download Python 3.11.6 to your locak machine and Install it on your Debian-based system:.

Download the Python Tarball:

Open a terminal and run the following command:

sudo wget https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tgz

Extract the Tarball

sudo tar -xvzf Python-3.11.6.tgz


PostgreSQL Version 15 Requirments for API Studio.

Source Download Link:

Click this link to download PostgreSQL 15.6 to your local machine and Install it on your Debian-based system:.

Download the Python Tarball:

Open a terminal and run the following command:

sudo wget https://ftp.postgresql.org/pub/source/v15.6/postgresql-15.6.tar.bz2

Extract the Tarball

sudo tar -xvf postgresql-15.6.tar.bz2


NGINX Version 1.25.4 Requirments for API Studio.

Source Download Link:

Click this link to download Nginx 1.25.4 to your local machine and Install it on your Debian-based system:.

Download the NGNIX Tarball:

Open a terminal and run the following command:

sudo wget https://nginx.org/download/nginx-1.25.4.tar.gz

Extract the Tarball

sudo tar -xvzf nginx-1.25.4.tar.gz

NGINX Help References:

"Install NGINX Open Source either as a prebuilt package or from source, following step-by-step instructions for all supported Linux"

"How to compile and Install NGINX from source on Centos-7 "

"NGINX Linux Server | Common Configurations"

"Learn Proper NGINX Configuration Context Logic"