Django-CRM
Django-CRM copied to clipboard
run the app in AWS Ubuntu
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 ?
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.