nanobox wordpress
1.0.0
Exécutez une application WordPress localement, n'installez rien d'autre que 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-serverVisitez votre application sur wordpress.dev
Avec Nanobox, vous avez tout ce dont vous avez besoin et exécutez votre application WordPress:
# drop into a Nanobox console
nanobox run
# check the php version
php -v
# and your code is mounted
ls
# exit the console
exit Pour plus de détails sur l'exécution des applications WordPress avec Nanobox, visitez guides.nanobox.io/php/wordpress/