el_pup_le
el_pup_le

Reputation: 12179

Pyramid on Heroku

What is the experience like with Pyramid on Heroku? The idea of not having to worry about sys admin is very alluring but I'd like to know if there are any caveats before I switch from Linode.

Upvotes: 1

Views: 805

Answers (1)

madjar
madjar

Reputation: 12951

The usual with heroku: you don't have a persistent file system, so file upload is not as straightforward as usual. Other than that, it works quite nicely.

There's even recipe in the cookbook that deals with the specifics: http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment/heroku.html.

Upvotes: 2

Related Questions