Last active
March 11, 2020 06:31
-
-
Save aamsur-mkt/7d580ec551d7c5980be0533d48d7b9bf to your computer and use it in GitHub Desktop.
Install Phalcon Dev Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEVTOOLS_VERSION=3.4.1 | |
curl -LO https://github.com/phalcon/phalcon-devtools/archive/v$DEVTOOLS_VERSION.tar.gz \ | |
&& tar xzf v${DEVTOOLS_VERSION}.tar.gz \ | |
&& mv phalcon-devtools-${DEVTOOLS_VERSION} /usr/local/phalcon-devtools \ | |
&& ln -s /usr/local/phalcon-devtools/phalcon.php /usr/local/bin/phalcon \ | |
&& rm -f v${DEVTOOLS_VERSION}.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment