Home

Awesome

WPDistillery

WPDistillery Logo

Version 2.3.6 (05.11.2018)

Created by wpdistillery.org

I’m putting a lot of time into maintaining WPDistillery. So if you like it, please consider supporting it:

BMC Patreon

What is WPDistillery

WP Distillery does all the work for you when setting up a new WordPress project with Scotch Box. Simply add your preferred theme, plugins, and options into config.yml and you're good to go! With WPDistillery it won't take longer than 5 minutes until you can start working on your new WordPress project.

One simple command will:

You're able to adjust which of the above tasks will be executed. Simply set the desired tasks to true or false in the Setup Options section at the bottom of config.yml. All you need to do after customizing your config file is vagrant up. That's it! With that one single command WPDistillery will:

  1. SSH to the VM
  2. Update WP-CLI
  3. Install and configure everything

It also comes with an optional auto-update function and integrated support for Windows. Check out the Changelog for a complete list of changes.

WPDistillery is fully compatible with Scotchbox 3.0

Demo

WPDistillery Setup Video

Dependencies

Setup

To setup a new project running Scotch Box and WordPress, simply follow these steps:

  1. In a terminal, run: git clone https://github.com/flurinduerst/WPDistillery.git my-project
  2. Customize wpdistillery/config.yml to suit your needs. See configuration file documentation.
  3. Inside the Vagrantfile add your local URL at config.vm.hostname. This should be the same as wpsettings:url: in config.yml.
  4. Run vagrant up from where your Vagrantfile is.

Done! You can now access your project at the local URL (for example yoursite.vm) defined in Step 3. (or at http://192.168.33.10/)

Note: Currently there's an issue related to ScotchBox that hinders Vagrant from mounting VirtualBox Shared folders. The solution is to install vagrant-vbguest before running vagrant. This will install the correct vbguest package into the box:

vagrant plugin install vagrant-vbguest
vagrant vbguest

Windows Users

Windows users may wish to vagrant plugin install vagrant-winnfsd before vagrant up for a moderate speed increase on sites with a lot of files. WPDistillery will detect WinNFSd support if needed. See Vagrant WinNFSd for more information.

Additional Information

WPDistillery with WP-Multisite

Using this Pull Request you can add multisite capability for your project. We decided to not merge the PR to keep WPDistillery as clean as it is.

Auto Update WordPress and Plugins

If you want to automatically update WordPress and all Plugins on every vagrant up you can remove the comment character at line 26 inside the Vagrantfile.

Windows Support

Using Windows? No Problem! WPDistillery will detect if you're using Windows and if so, automatically convert all files using dos2unix.

Basic Vagrant Commands

More informations can be found at vagrantup.com.

Troubleshooting

Something went wrong within the WPDistillery setup. I'd like to restart the setup:

About

Contribute

Feel free to contact me if you have questions or need any advice.

License

WPDistillery is released under the MIT Public License.

Note: The "About" section in README.md and the author (@author) notice in the file-headers shall not be edited or deleted without permission. For details, please see License.