Skip to content

Instantly share code, notes, and snippets.

@dibmartins
Last active February 7, 2017 13:00
Show Gist options
  • Save dibmartins/474794468118ac7d3224456376e33e37 to your computer and use it in GitHub Desktop.
Save dibmartins/474794468118ac7d3224456376e33e37 to your computer and use it in GitHub Desktop.
Phalcon Devtools installation
curl -LO https://github.com/phalcon/phalcon-devtools/archive/v3.0.2.tar.gz
tar xzf v3.0.2.tar.gz
mv phalcon-devtools-3.0.2 /usr/local/phalcon-devtools
ln -s /usr/local/phalcon-devtools/phalcon.php /usr/local/bin/phalcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment