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
ด้วย 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 สำหรับรายละเอียดเพิ่มเติมเกี่ยวกับการรันแอพ WordPress กับ Nanobox เยี่ยมชม guide.nanobox.io/php/wordpress/