Deploy Django
Could anyone please recommend me any manual about how to deploy a Django application online?
Thanks.
Could anyone please recommend me any manual about how to deploy a Django application online?
Thanks.
Here is a detailed Step by Step for running on Webfaction HOST -http://askbot.org/en/question/3147/need-step-by-step-installation-procedure-in/
Webfaction is one of the Best Web Hosts I've used for Python. Worth mentioning - Their support and Team is the best I've come across. I did learn a lot of things on Infrastructures. I don't recommend any other managed hosts. ;)
Another host - Heroku( I call them as a Managed HOST)
Is Very Reliable but lots of MAGIC Inside. (unless you already know their Infrastructure well) As Heroku runs on top of AWS its reliable and really good if you don't like to INVEST your productive time in - learning all those Sys-Admin stuff - Managing servers, Scaling etc.
Another worth mentioning HOST - Hetzner.de is a German based HOST - Pretty cheap and Really really good Hardware. You get a full dedicated Server(these are not Managed Servers). You can also opt for a bunch of servers on the same rack and wire them all using a Gigabit switch. This is best for Large WebApps around SAAS.
My webhost is RX-NAME (http://rx-name.ua/en). I'm currently dealing with their customer service...
You can use the same method in your webhost as given for Webfaction HOST.
@pajju It's a shared hosting, but they say it supports Django/Python: http://rx-name.ua/en/hosting
you only have to run a sample django app and check. Askbot is just another Django app.
To enter a block of code:
Comments
Django or Askbot?
I got Askbot running on localhost. Now I'm trying to run it on my webserver. Apparently it is not as easy as upload the files through FTP. I have no idea on how to deploy Django applications, that's why I need a manual or something, as this instructions (http://askbot.org/doc/deployment.html) are not clear enough to me...
@Pepe, you really should look for instructions how to deploy Django applications - askbot is just a one such application. Django documentation probably has the best answers on this subject.
Find provide of VPS that explicitly supports Python/Django hosting, shared hosting almost never works.
Webfaction is a shared HOST but they use Kernel CGroups, so you are assured-reserved with your allotted resources - Memory and CPU clocks. I don't know how perfectly it works( also how they handle long running processes) But so far webfaction has been fair for me in allocating resources. You can do a - $ps YourUsername and checkout always your processes. Its pretty transparent system.
But most other Shared hosting providers kill the apps every few seconds and regain memory. So better read their technical Docs or shoot an email to support to know exactly what they do inside. :)