Deploy Django app with apache + mod_wsgi + postgresql + nginx + memchache using DotCloud
I am new to django development and overall web app development, but I am a programmer.
I want to know what are the steps to deploying a django app on DotCloud that will run on an apache server with mod_wsgi. Nginx will be used to serve media files, and Postgresql will be used for the database. This will all be used along with memchache.
This tutorial: http://dev.lethain.com/the-django-and-ubuntu-intrepid-almanac/ essentially does what I want, but I want to figure out how to get this going with DotCloud.
The Dotcloud documentation I don't feel is complete enough to provide the necessary info to a开发者_如何学Cccomplish this so hopefully someone will kindly provide the info.
Thank you for your help and cooperation. I appreciate it.
Someone has, fortunately done the hardwork for you, on how to deploy a django application on dotcloud.
If you want to use postgreSQL with python you have to have the psycopg module installed, take a look to the doc here
精彩评论