Live data from Hacker News

Deploying Django on dotCloud - an insiders story

blog.dotcloud.com

1–10 of 11 posts

Re: Deploying Django on dotCloud - an insiders story

#4
post #2

Btw, if people want to play with Django+MongoDB, there is this: https://github.com/jpetazzo/django-and-mongodb-on-dotcloud Clone the repo. Push to dotCloud. Done. You just deployed a MongoDB server and a pristine Django configured to use it :-)

Note to PaaS providers: Getting this type of "skeleton" on GitHub for each of the most common 10 or 20 deployment stacks would be fantastic for getting me to default to PaaS deployment.

As it stands right now I'll build my own little local Sinatra or Flask or Django app and then slowly integrate it with my own database and then flail about with VPS-hosted Apache or Nginx. I'd really love to be able to start from a nice easy deployment foundation like one of these, but retrofitting it onto an existing VPS-based solution is less fun than it oughta be.

Re: Deploying Django on dotCloud - an insiders story

#5
Just wanted to give a shout out to dotcloud.

We have been using dotcloud for our django hosting since django 1.2.6 and are very happy with the results. Their support is excellent and their platform is very easy to use. Most importantly the platform is very flexible allowing for deep configurability.

Re: Deploying Django on dotCloud - an insiders story

#7

I'd love to see this having an actual story "deploying django on dotcloud" - this has less content than the front page of dotcloud.com How did this get to the front page?

dotCloud is a YC S10 company. The submitter is a recent hire.

I doubt there's any conspiracy about the upvoting though: Django, PaaS, and YC companies are all popular topics on HN. Having a professional marketer handling the submission couldn't hurt.

Re: Deploying Django on dotCloud - an insiders story

#8
post #2

Btw, if people want to play with Django+MongoDB, there is this: https://github.com/jpetazzo/django-and-mongodb-on-dotcloud Clone the repo. Push to dotCloud. Done. You just deployed a MongoDB server and a pristine Django configured to use it :-)

Note to PaaS providers: Getting this type of "skeleton" on GitHub for each of the most common 10 or 20 deployment stacks would be fantastic for getting me to default to PaaS deployment. As it stands right now I'll build my own little local Sinatra or Flask or Django app and then slowly integrate it with my own database and then flail about with VPS-hosted Apache or Nginx. I'd really love to be able to start from a ni…

Check out http://github.com/dotcloud , there are quite a few of these skeletons and if you request one we'll happily add it!

Re: Deploying Django on dotCloud - an insiders story

#9

I'd love to see this having an actual story "deploying django on dotcloud" - this has less content than the front page of dotcloud.com How did this get to the front page?

There's a detailed Django tutorial in dotCloud's docs: http://docs.dotcloud.com/tutorials/python/django/
Post reply on HN