Re: Deplyoing Pylons applications as Debian packages?

2007-03-05 Thread Piotr Ozarowski
Piotr Ozarowski wrote: # creating new Pylons app. $ paster create --template=pylons helloworld # creating Egg (f.e. for Windows users) $ python setup.py bdist_egg # will create an Egg in dist dir # creating debian package $ zcat ../helloworld_0.0.0dev-1.diff.gz | patch -p1 # see

Re: Deplyoing Pylons applications as Debian packages?

2007-03-05 Thread Christoph Haas
Piotr, On Monday 05 March 2007 21:49, Piotr Ozarowski wrote: Piotr Ozarowski wrote: # creating new Pylons app. $ paster create --template=pylons helloworld # creating Egg (f.e. for Windows users) $ python setup.py bdist_egg # will create an Egg in dist dir # creating debian package