nanobox wordpress
1.0.0
Führen Sie eine WordPress -App lokal aus und installieren Sie nichts anderes als Nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-wordpress.git
# cd into the wordpress app
cd nanobox-wordpress # Add a convenient way to access your app from the browser
nanobox dns add local wordpress.dev
# Start PHP and Apache with the 'php-server' command
nanobox run php-serverBesuchen Sie Ihre App unter WordPress.dev
Mit Nanobox haben Sie alles, was Sie benötigen, um Ihre WordPress -App zu entwickeln und auszuführen:
# drop into a Nanobox console
nanobox run
# check the php version
php -v
# and your code is mounted
ls
# exit the console
exit Weitere Informationen zum Ausführen von WordPress -Apps mit Nanobox finden Sie unter Leitfaden.nanobox.io/php/wordpress/