Django-CRM icon indicating copy to clipboard operation
Django-CRM copied to clipboard

run the app in AWS Ubuntu

Open apacrelocation opened this issue 5 years ago • 1 comments

Hi Guys, Can you pls let me know if there any documentaiton how can i run this app in AWS. If i close the Putty commandprompt the app stop automatically. How can i run the app always ?

apacrelocation avatar Nov 26 '19 07:11 apacrelocation

Hi there! I'm not one of the maintainers but you have to also install Nginx and Gunicorn and configure them appropriately. You will also have to daemonize Celery. You can find resources on how to serve the app with a webserver on the DigitalOcean Blog and as far as the daemonization of Celery goes, you'll find how to do it in the documentation.

calinbule avatar Feb 04 '20 16:02 calinbule