nanobox phalcon
1.0.0
在本地运行Phalcon应用程序,除了纳米蛋白以外,其他任何内容都没有安装。
# 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在phalcon.dev上访问您的应用
使用Nanobox,您不必在计算机上安装任何内容即可运行应用程序:
# drop into a Nanobox console
nanobox run
# php is installed,
php -v
# phalcon devtools are installed,
phalcon info
# and your code is mounted
ls有关使用NanoBox运行Phalcon应用程序的更多详细信息,请访问Guides.nanobox.io/php/phalcon/