Good day everyone. Just starting to get acquainted with Phalkon, please tell me how to install and run Phalcon on ubuntu using terminal?

PS: Docks read - https://phalconphp.com/en/download , does not help.

Does Phalcon have any equivalent commands like these for symfony:

download and install - composer create-project symfony/framework-standard-edition name_project

running in /var/www/test_symfony

run - php bin/console ser:run

  • I think it is worth reading again, on a whim or anything you just don't install ... - Naumov
  • @Naumov I will read)) If the experts share their experiences, I will be grateful. - ultimatum
  • What exactly does not work? не помогает. too blurry - UserName
  • @UserName I want to install and run a new project, run through the terminal, sorry for the long answer - ultimatum
  • You did not answer what exactly did not work out for you. Ie at what stage problems arise, what kind of problems do they have. Phalcon is presented as a PHP extension. To install it is necessary: ​​( 1 - Connect the repository through which the distribution goes. 2 - After connecting the repository - install the extension.) Or (compile from source). - UserName

0