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 ، تفضل بزيارة الأدلة. nanobox.io/php/wordpress/