[web2py] Re: pack application

2012-01-09 Thread Massimo Di Pierro
compiled and static are enough if you do not want to distribute the source. On Jan 9, 4:49 pm, Alex wrote: > thanks! do I really need everything in the archive or would the > directories 'compiled' and 'static' be enough? > > On 9 Jan., 22:21, Massimo Di Pierro > wrote: > > > > > > > > > cd appl

[web2py] Re: pack application

2012-01-09 Thread Alex
thanks! do I really need everything in the archive or would the directories 'compiled' and 'static' be enough? On 9 Jan., 22:21, Massimo Di Pierro wrote: > cd applications/app > tar zcvf web2py.app.name.w2p * > > On Jan 9, 1:39 pm, Alex wrote: > > > > > > > > > Hello, > > > I want to pack my app

[web2py] Re: pack application

2012-01-09 Thread Massimo Di Pierro
cd applications/app tar zcvf web2py.app.name.w2p * On Jan 9, 1:39 pm, Alex wrote: > Hello, > > I want to pack my application from a script/command line (not running > in web2py). How can I achieve this? > > I can compile the application with > gluon.compileapp.compile_application('applications/m

[web2py] Re: pack application from other script

2011-12-16 Thread Alex
no ideas? maybe there is a way to pack the application from the command line? I could also call this from my python script. On 11 Dez., 15:12, Alex wrote: > I have a python deployment script where I update the build info (build > nr., build date), compile the application, pack it and finally upl