nanobox wordpress
1.0.0
本地運行WordPress應用程序,除了納米蛋白以外,其他任何內容都沒有安裝。
# 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的應用程序
使用Nanobox,您可以開發所有需要的一切,並運行WordPress應用程序:
# drop into a Nanobox console
nanobox run
# check the php version
php -v
# and your code is mounted
ls
# exit the console
exit 有關使用Nanobox運行WordPress應用程序的更多詳細信息,請訪問guides.nanobox.io/php/wordpress/