🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
These steps will guide you through the process of installing Phalcon Developer Tools for Linux. 预备知识(Prerequisites) The Phalcon PHP extension is required to run Phalcon Tools. If you haven’t installed it yet, please see the Installation section for instructions. 下载(Download) You can download a cross platform package containing the developer tools from the Download section. Also you can clone it from Github. Open a terminal and type the command below: ~~~ git clone git://github.com/phalcon/phalcon-devtools.git ~~~ ![](https://box.kancloud.cn/7477334926abe07c23d6cc26fd533eb2_724x438.png) Then enter the folder where the tools were cloned and execute ”. ./phalcon.sh”, (don’t forget the dot at beginning of the command): ~~~ cd phalcon-devtools/ . ./phalcon.sh ~~~ ![](https://box.kancloud.cn/47ef0c926b4670ea62595473a355cb18_728x440.png) Create a symbolink link to the phalcon.php script: ~~~ ln -s ~/phalcon-devtools/phalcon.php /usr/bin/phalcon chmod ugo+x /usr/bin/phalcon ~~~ Congratulations you now have Phalcon tools installed!