|
|
|
|
|
by dbecker
5211 days ago
|
|
I hadn't heard of dotCloud before. From their web page, it looks like they might really simplify AWS deployment. Can any current users comment on how it compares to going through Amazon? The pricing page doesn't indicate how much storage or processing power you get for each price plan. I'm also wondering if they allocate enough resources for a site that does scientific computing on the back end. |
|
Defining requirements in a yml is nice for auto-install, but the scripts tend to break for me worse than "hand installing" via pip.
The reason I'm moving the app to a micro EC2 instance is that dotCloud actively masks the debug interface, so I can't exactly tell why my app is breaking on their servers, but not my local machine. Plus the fact that dotCloud/Heroku is largely overkill for small, team-focused apps. I can't really justify dropping 99/mo for something only 50 people will be using.
Otherwise, it was an incredibly smooth experience.
EDIT: requirements.txt, not YML