Skip to content

Instantly share code, notes, and snippets.

@aamsur-mkt
Last active March 11, 2020 06:31
Show Gist options
  • Save aamsur-mkt/7d580ec551d7c5980be0533d48d7b9bf to your computer and use it in GitHub Desktop.
Save aamsur-mkt/7d580ec551d7c5980be0533d48d7b9bf to your computer and use it in GitHub Desktop.
Install Phalcon Dev Tools
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