Hello! I've ran into a problem with installation!
I have hetzner VPS 1Core 1GB So I've installed PHP7.0-FPM, Mysql5.7, nginx They are working.
Then I tryed to install Phalcon using https://phalcon.io/ru/download (Tab Ubuntu) So, it has installed, never threw any errors (said, that have installed 3.0.0 version) I have restarted nginx service (systemctl restart nginx), php7.0-fpm.
And have errors like \Phalcon\Config classs not found.
So. i've decided, that this method does not work. And tryed to compile like it said https://phalcon.io/ru/download there. After sudo ./install there was about 6 hours of compiling - is it normal? I've aborted this process, because, I think it have to be less time spending.
Maybe, someone can share the process of nginx, php7.0-fpm, mysql, phalcon installation? I suppose, there are many juniors, who want to use Phalcon, but run away after 6 hours compiling :)
Help!