RyanWalker277 / DDeploy

DDeploy is a sever side script which helps in deployment of Django apps.As a beginner , you can deploy your django app easily on any linux machine using DDeploy.It automates the hefty and tiring process of deploying django based web applications over any linux machine , thus relieving new developers of the worry of deploying their django apps
GNU General Public License v3.0
4 stars 2 forks source link

Shift from supervisor to systemd service for gunicorn #4

Open RyanWalker277 opened 1 year ago

Amandeepsingh25 commented 1 year ago

Please Provide me the Description regarding this.I wanted to contribute to this.

RyanWalker277 commented 1 year ago

Hey @happycodderAmandeep ! The script currently installs supervisor and generates a supervisor config file at runtime.You have to replace that with a systemd service file and enable the systemd service.