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/