Hi!
I created a Debian "deb" package for Phalcon 2.0.1 (https://github.com/HanXHX/phalcon-debian). I need some feedbacks (no reply in this post, issues/pull-requests please).
Quick how-to:
- git clone https://github.com/HanXHX/phalcon-debian.git
- cd phalcon-debian
- debuild -us -uc -i -b
- dpkg -i ../php5-phalcon*deb
Next steps (when it will be more stable):
- I'll create a public repository (apt)
- "Upload" this package Debian and derivated
Cheers!
HanXHX