Hacker News new | ask | show | jobs
by collyw 3669 days ago
Never seen a PAAS where it was "trivial" to set up from scratch. Can you name me one?
1 comments

Azure Web Sites - they deploy straight from Visual Studio.
Fair enough I haven't tried that yet. AWS or Heroku aren't trivial to get a Django app running.
To be fair, I was probably exaggerating a bit when I said "trivial" but it is pretty straightforward and you can do all of it from inside Visual Studio:

https://azure.microsoft.com/en-gb/documentation/articles/web...

NB You can move to more sensible deployment mechanisms, but for getting going quickly it is pretty neat to deploy straight from your IDE.