First time here? Check out the FAQ!
0

Deploy Django
 

Could anyone please recommend me any manual about how to deploy a Django application online?

Thanks.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Pepe's avatar
71
Pepe
asked 12 years ago

Comments

Django or Askbot?

pajju's avatar pajju (12 years ago)

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's avatar Pepe (12 years ago)

@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's avatar Evgeny (12 years ago)

Find provide of VPS that explicitly supports Python/Django hosting, shared hosting almost never works.

Evgeny's avatar Evgeny (12 years ago)

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. :)

pajju's avatar pajju (12 years ago)
see more comments

1 Answer

0

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
pajju's avatar
565
pajju
answered 12 years ago, updated 12 years ago
link

Comments

My webhost is RX-NAME (http://rx-name.ua/en). I'm currently dealing with their customer service...

Pepe's avatar Pepe (12 years ago)

@Pepe is it a managed account or Dedicated Box or VPS?

pajju's avatar pajju (12 years ago)

You can use the same method in your webhost as given for Webfaction HOST.

pajju's avatar pajju (12 years ago)

@pajju It's a shared hosting, but they say it supports Django/Python: http://rx-name.ua/en/hosting

Pepe's avatar Pepe (12 years ago)

you only have to run a sample django app and check. Askbot is just another Django app.

pajju's avatar pajju (12 years ago)
see more comments