top | item 4310059

The Fastest Way to Get a Site Online

13 points| jack7890 | 13 years ago |jackg.org | reply

6 comments

order
[+] kkwok|13 years ago|reply
Is there a python (perhaps django/flask) equivalent to this?
[+] F_J_H|13 years ago|reply
Not Django. Flask or Bottle maybe.
[+] 8ig8|13 years ago|reply
The PowerPoint example could be accomplished in any number of simple/fast ways: Dropbox comes to mind. An Apache redirect.
[+] jack7890|13 years ago|reply
100% agree. Wasn't trying to imply this is the only or best way--just that it's the sort of thing you can do in <60 sec with Heroku/Sinatra.
[+] hungryhippo|13 years ago|reply
Is Sinatra really preferable over Ramzae, Camping, etc? i.e. the other DSLs mentioned in the Heroku docs?
[+] barryswenson|13 years ago|reply
Yeah, I'd say it is. Sinatra is much more modern and actively developed.