Completed
System Package spotty outdated loss of control
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Solid Python Application Deployments for Everybody
Automatically move to the next video in the Classroom when playback concludes
- 1 Solid Python Application Deployments For Everybody
- 2 "It is important to find simple solutions instead of stopping as soon as a first solution is found." - Donald Knuth
- 3 Put effort int making your deployments simple.
- 4 Development tests!
- 5 System Package spotty outdated loss of control
- 6 Pin Deps Har Django == 1.4.3 Don't rely on SemVe update w/ pip-tool
- 7 build tools repetitive downloads
- 8 introspection CM integration versatile
- 9 1. check out from VCS 2. create virtualenv 3. install dependencies 4. do whatever you wa 5. package result 6. push to your repo
- 10 Abuse the Pipelin run tests LESS/SASS/CoffeeScri compression cache busting
- 11 Configuration Management declarative describe the goal CM choses the path
- 12 Why anyway safety/security reproducible
- 13 Be Paranoid /bin/false REVO ALL
- 14 It's Easy! upstart systemd supervisord circus
- 15 log to stderr redirect stderr syslo use OS tools
- 16 Using Apache is perfectly fine.