[web2py] Re: What is the best deployment method.

2011-08-05 Thread Dane
For me git + simple sh hooks has been an easy and effective method. On Aug 6, 12:18 am, Jason Brower wrote: > I see three places that I have to work in a modern team based development. > Local Machine: Where I host my own server and settings. > Testing Machine: Server that should mimic live produ

Re: [web2py] Re: What is the best deployment method.

2011-08-05 Thread Bruno Rocha
> > I do my dev on a Mac and deploy to 2 Ubuntu cloud servers, one for testing > and one for production. I use Fabric scripts to pull from a Bitbucket repo. > Works fine. I use Ubuntu on local & server, I jsut use mercurial to deploy, push from local, pull from remote. managing branches etc... I

[web2py] Re: What is the best deployment method.

2011-08-05 Thread pbreit
I do my dev on a Mac and deploy to 2 Ubuntu cloud servers, one for testing and one for production. I use Fabric scripts to pull from a Bitbucket repo. Works fine.