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アプリの実行の詳細については、guides.nanobox.io/php/wordpress/にアクセスしてください。