Search code examples
djangoweb-deploymentwindows-server-2012setup-deploymentwindows-server

How to deploy my django app to a URL?


I've developed an application using Django.

Recently I bought a link from www.godaddy.com. I already have a server and I will install windows server or windows 7.

Can anyone give me step-by-step instructions of how to deploy my django app to the link I have?

I developed my django app on a Windows 7 machine.


Solution

  • First of all, please not use Windows. Install CentoOS, point your domain to server ip, ssh via putty, then install apache. Then git pull from your repository with code or just use ftp, then write a config for apache and visit you domain name.