Re: [web2py] Re: writing build scripts for web2py

2013-01-27 Thread Hector Magnanao
Is there a way to tar it as an .w2p file just like the what pack all does ? or does it matter ? On Saturday, January 26, 2013 6:15:34 PM UTC-6, rochacbruno wrote: > > Go to admin interface and click in "Pack All: it generates a .w2p package. > > Or just go to your shell and $tar -cvf myapp.tar.

Re: [web2py] Re: writing build scripts for web2py

2013-01-26 Thread Bruno Rocha
Go to admin interface and click in "Pack All: it generates a .w2p package. Or just go to your shell and $tar -cvf myapp.tar.gz /path/to/my/app If you want some more specific package system maybe it is better to put your app in github and use Fabric, Puppet, Cheff, BUildout or other tools like thi

[web2py] Re: writing build scripts for web2py

2013-01-26 Thread Hector Magnanao
i want to know how to package my application through a script. Can you point me to a solution somewhere ? On Thursday, January 10, 2013 2:19:12 PM UTC-6, Niphlod wrote: > > what do you want to do with a "build script" ? > > On Thursday, January 10, 2013 7:28:45 PM UTC+1, Hector Magnanao wrote: >

[web2py] Re: writing build scripts for web2py

2013-01-10 Thread Niphlod
what do you want to do with a "build script" ? On Thursday, January 10, 2013 7:28:45 PM UTC+1, Hector Magnanao wrote: > > How do I write a build script for web2py ? --