I don't have "setup python app" on my Directadamin

Bonaventure

New member
Joined
May 6, 2024
Messages
7
I have VPS hosting with Hostinger and I installed "AlmaLinux 8 with DirectAdmin". I have a Django app that I want to host but I don't have "setup python app". I learned that it can be installed as a plugin but I cant' find a url for it.

Also, I have tried using ssh to create a virtual environment and configure the Django app but I can only install old versions of Django and other packages. I also can't update the system packages because I keep getting this error "Error: GPG check FAILED".

Pls, how do I get "setup python app" installed in Directadmin or setup my Django app via ssh?

I appreciate any response that will lead me to find answers.

Thank you
 
Hello,

I guess this is another control panel function, and DIrectAdmin does not have it. If you want to install Python (which actually should be already pre-installed on AlmaLinux 8), then you should use yum for it.

setup python app

Then either use --nogpgcheck or make sure and install required GPG keys.

Error: GPG check FAILED
 
Hello,

I guess this is another control panel function, and DIrectAdmin does not have it. If you want to install Python (which actually should be already pre-installed on AlmaLinux 8), then you should use yum for it.



Then either use --nogpgcheck or make sure and install required GPG keys.
Thank you very much for your quick response, I have been able to update system packages with the --nogpgcheck flag

I will look for a clear guide on setting up a Django app via ssh and follow, if you can share a link for a detailed guide, I will appreciate it.

Thanks once again
 
I think before you maybe had a Cloudlinux environment which has the "Setup Python App" feature in DirectAdmin.
Not exactly, I watched a Youtube video that had it, and the person called it Directadmin, and it also looks like my Directadmin interface
 
Ah ok.
Cloudlinux has it, which is easy yes.

Looks like this :) It is chill. But the nginx unit works also good. Needs a bit more config also for the routes.
 

Attachments

  • DA-CL-apps.png
    DA-CL-apps.png
    37.2 KB · Views: 8
and it also looks like my Directadmin interface
Yes that is correct, it's present in the modern licenses, but not in legacy, so not any lifetime which are mostly provided by datacenters like in this case. That's legacy and doesn't have that option build in.
 
Ah ok.
Cloudlinux has it, which is easy yes.

Looks like this :) It is chill. But the nginx unit works also good. Needs a bit more config also for the routes.
Thank you very much, I will consider my options of either changing to Cloudlinux or using nginx unit
 
Yes that is correct, it's present in the modern licenses, but not in legacy, so not any lifetime which are mostly provided by datacenters like in this case. That's legacy and doesn't have that option build in.
Thank you very much Richard, now I know
 
Back
Top