开发者

What are good Python and/or Django deployment solutions?

开发者 https://www.devze.com 2022-12-22 17:37 出处:网络
For now I use some mix between virtual_env, pip and Fabric. This allows to: 开发者_JAVA技巧 install required libs;

For now I use some mix between virtual_env, pip and Fabric.

This allows to:

    开发者_JAVA技巧
  • install required libs;
  • generate dynamic content;
  • isolate installation;
  • push everything through ssh.

It works well, I just want to know if there are other tools around. The only problem I could think of is that it's a lot of to set up every time. It doesn't solve database / media files migration issues either, but maybe I should just open another question for this specific subject. Eventually, I don't know how to automatize the server setup. I'd love to have a tool to let me configure Apache/Lighttp/Cherokee and MySQL automatically.

Related :

  • How django projects can be deployed with minimal installation works?


Fabric is the best solution for you. You can do everything you need using Fabric.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号