Hello.
I am using AMI server with php 7.0 and Marida DB.
I followed installation document which below :
https://docs.phalcon.io/3.4/en/installation (RPM based distributions)
- adding stable repository. (OK)
- yum update (OK)
- yum install php70u-phalcon (FAIL)
sudo yum search phalcon
Loaded plugins: update-motd, upgrade-helper
Warning: No matches found for: phalcon
No matches found
I cound not find any phalcon packages. yum search command is working well with other keywords (i.e php or zzip etc)
What am i missing?