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-serverWordPress.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 앱 실행에 대한 자세한 내용은 가이드를 방문하십시오 .nanobox.io/php/wordpress/