web deployment - How is deploying a django application easier when app was developed in Linux? -


i've heard few people deploying apps easier when use linux. starting develop app using django (and python) , want know, easier me deploy app when used linux os when developing app? if yes, how? how process of deploying django app developed in windows different process of deploying django app developed in linux?

most due fact servers hosting python/django linux, developing in similar os can make life easier. develop in environment. being easier because there less os-related differences between linux , server linux. why suggested have staging server, can work out os-related differences on server before move production.

the main "gotchas" of os-differences can be

  • differences in default paths libraries/packages
  • certain packages/libraries may not have readily available windows binaries
  • other stuff... i'm sure there more.

you code in online ide cloud9 let work in browser , directly on machine going deploy to.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -