nanobox phalcon
1.0.0
Führen Sie eine Phalcon -App lokal aus und installieren Sie nichts anderes als 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-serverBesuchen Sie Ihre App bei Phalcon.dev
Mit Nanobox müssen Sie nichts auf Ihrem Computer installieren lassen, um Ihre App auszuführen:
# drop into a Nanobox console
nanobox run
# php is installed,
php -v
# phalcon devtools are installed,
phalcon info
# and your code is mounted
lsWeitere Informationen zum Ausführen von Phalcon -Apps mit Nanobox finden Sie unter leitungen.nanobox.io/php/phalcon/