I deployed a Virtual Machine in Google Cloud Platform Compute Engine using the "OpenLiteSpeed Django" (Ready to run, Django 3 with performance web server) One-Click App found in the Marketplace. The VM uses Ubuntu 20.04. I got OLS to serve two Django/PostgreSQL websites over SSL under different domains using Letsencrypt certificates. Now I want to install pgAdmin4 or some other database administration tool.
To install PostgreSQL I did "apt install postgresql postgresql-contrib -y" as per the VM's documentation at https://docs.litespeedtech.com/cloud/images/django/.
To install pgAdmin4 I tried the procedure at https://www.linuxhowto.net/how-to-install-postgresql-and-pgadmin4-in-ubuntu-20-04/, which depends on apache2 and did not work.
I've found no info on installing and using pgAdmin with OpenLiteSpeed.
Could someone please shed light on the subject of installing and using a good PostgreSQL administration tool for this Virtual Machine?
To install PostgreSQL I did "apt install postgresql postgresql-contrib -y" as per the VM's documentation at https://docs.litespeedtech.com/cloud/images/django/.
To install pgAdmin4 I tried the procedure at https://www.linuxhowto.net/how-to-install-postgresql-and-pgadmin4-in-ubuntu-20-04/, which depends on apache2 and did not work.
I've found no info on installing and using pgAdmin with OpenLiteSpeed.
Could someone please shed light on the subject of installing and using a good PostgreSQL administration tool for this Virtual Machine?