nanobox-quickstarts / nanobox-wordpress

Quickstart for WordPress with Nanobox

Home Page:https://guides.nanobox.io/wordpress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress from scratch

WordPress from scratch

Run a WordPress app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-wordpress.git

# cd into the wordpress app
cd nanobox-wordpress

Run the app

# 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

Check it out

Visit your app at wordpress.dev

Explore

With Nanobox, you have everything you need develop and run your WordPress app:

# drop into a Nanobox console
nanobox run

# check the php version
php -v

# and your code is mounted
ls

# exit the console
exit

Now What?

For more details about running WordPress apps with nanobox, visit guides.nanobox.io/php/wordpress/

About

Quickstart for WordPress with Nanobox

https://guides.nanobox.io/wordpress/

License:Other


Languages

Language:PHP 71.1%Language:JavaScript 15.2%Language:CSS 13.8%Language:ApacheConf 0.0%