Hi,
(unoficial) scripts to create a debian package from git are now at github
http://github.com/sanchi/APE_Server/
including the changes to config file paths to make that work.
ape configuration are installed in /etc/ape/, SSJS scripts in
/usr/lib/ape/scripts
If you want to create a debian (ubuntu/...) package, you can do the
following:
git clone git://github.com/sanchi/APE_Server.git
cd APE_Server
ln -s pkg/debian .
(optional: add version with dch -v 1.0.0-whatever )
dpkg-buildpackage -rfakeroot -us -uc
It would be nice if weelya devs could include this in the official ape
server github tree.
Best Regards
Stefan
--
Stefan Sayer
VoIP Services Consulting and Development
Warschauer Str. 24
10243 Berlin
tel:+491621366449
sip:[email protected]
email/xmpp:[email protected]
--
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/