On Tue, Mar 23, 2010 at 12:49, mdipierro <[email protected]> wrote: > The video: > > http://vimeo.com/10377947 > > Please use this link below to sign up for vps.net. > > http://www.vps.net/?bid=190&aid=CD3792&opt= > > If you want to use vps.net, by using the link to register you will be > making a zero cost donation.
Cool, thanks! I'm working on some ways to deploy apps when web2py environment is just working on the server. Things like: 0- I push from my Mercurial local repo to my server 1- My server run all tests in my app (yes, TDD[1] and continuous integration[2] are very important). 2- If all tests returned OK it updates the app that is in production, do database migrations (note that we generally use migrate=False for production environments) etc. [1] http://en.wikipedia.org/wiki/Test-driven_development [2] http://en.wikipedia.org/wiki/Continuous_integration > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141 -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

