0

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

This allows to:

  • 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 :

Community
  • 1
  • 1
Bite code
  • 578,959
  • 113
  • 301
  • 329
  • 1
    What do you seek in a good deployment solution? Why is your current approach not working? – Ikke Mar 14 '10 at 09:01
  • "deployment solution" is vague. What is the question? is it "I'd love to have a tool to let me configure Apache/Lighttp/Cherokee and MySQL automatically"? Please update your title and question to actually state the question clearly. – S.Lott Mar 14 '10 at 12:06

1 Answers1

1

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

TermiT
  • 144
  • 1
  • 8