Install Phalcon Framework on Debian.
Supported OS :
OS |
---|
Debian Stretch |
Debian Buster |
You should install with PHP (+CLI) with another role/task.
phalcon_version
: (optional) Specify phalcon version. If //null// (default), it installs latest version on repository.phalcon_package
: (string) Package name. If you don't set this variable, this role parses your PHP cli to find the best package (be careful if you have many PHP version on your system).
None.
- hosts: servers
pre_tasks:
- apt: pkg="{{ item }}"
with_items: ['php7.0-cli', 'php7.0-fpm']
roles:
- { role: HanXHX.phalcon }
GPLv2
If you have issues with packaging. Please check:
- Twitter: https://twitter.com/hanxhx_