answered
2012-08-28 07:46:48 -0500
pajju
493 ● 7 ● 8 ● 21
http://ninjaas.com/
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.
Django or Askbot?
pajju ( 2012-08-28 02:27:18 -0500 )editI 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 ( 2012-08-28 07:20:11 -0500 )edit@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.
Evgeny ( 2012-08-28 09:32:29 -0500 )editFind provide of VPS that explicitly supports Python/Django hosting, shared hosting almost never works.
Evgeny ( 2012-08-28 10:35:45 -0500 )editWebfaction 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. :)
pajju ( 2012-08-28 14:50:18 -0500 )edit