[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Deploying/packaging Pylons projects



# 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 attachment
$ debuild

-- 
-=[     Piotr Ozarowski     ]=-
-=[ http://www.ozarowski.pl ]=-

Attachment: helloworld_0.0.0dev-1.diff.gz
Description: application/gunzip

Attachment: pgpFhN3dsow6m.pgp
Description: PGP signature


Reply to: