Run a Phalcon app locally, install nothing besides nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-phalcon.git
# cd into the phalcon app
cd nanobox-phalcon
# Add a convenient way to access your app from the browser
nanobox dns add local phalcon.dev
# Start nanobox and the php server
nanobox run php-server
Visit your app at phalcon.dev
With Nanobox, you don't have to have anything installed on your machine to run your app:
# drop into a Nanobox console
nanobox run
# php is installed,
php -v
# phalcon devtools are installed,
phalcon info
# and your code is mounted
ls
For more details about running Phalcon apps with nanobox visit guides.nanobox.io/php/phalcon/