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/