nanobox wordpress
1.0.0
Запустите приложение WordPress локально, ничего не установите, кроме 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-serverПосетите свое приложение по адресу wordpress.dev
С нанобокс у вас есть все, что вам нужно, и запустите приложение WordPress:
# drop into a Nanobox console
nanobox run
# check the php version
php -v
# and your code is mounted
ls
# exit the console
exit Для получения более подробной информации о запуске приложений WordPress с Nanobox, посетите guides.nanobox.io/php/wordpress/