Confirmed users
1,136
edits
(→Web App Code: Adding vendor lib note) |
m (→Web App Code) |
||
Line 178: | Line 178: | ||
A basic starting point is to use [https://github.com/mozilla/playdoh Playdoh]. | A basic starting point is to use [https://github.com/mozilla/playdoh Playdoh]. | ||
Setup your app to use the playdoh, playdoh-lib pattern. Developers should have an easy install into a virtualenv. Our Operations group will use the libraries under vendor during deployment. Make sure your code loads and runs under either deployment scenario. | Setup your app to use the playdoh, playdoh-lib pattern. Developers should have an easy install into a virtualenv. Our Operations group will use the libraries under vendor during deployment. Make sure your code loads and runs under either deployment scenario. As always, compare your setup with [https://github.com/jbalogh/zamboni/blob/master/manage.py Zamboni's code] and ask questions in #flux. | ||
Applications must scale to estimated traffic | Applications must scale to estimated traffic |