Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Woocommerce | 8,575 | 13 | 14 | 4 hours ago | 460 | October 12, 2021 | 2,212 | other | PHP | |
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. | ||||||||||
Wp Graphql | 3,464 | 2 days ago | 138 | gpl-3.0 | PHP | |||||
:rocket: GraphQL API for WordPress | ||||||||||
Create Guten Block | 3,140 | 8 months ago | 107 | mit | JavaScript | |||||
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins. | ||||||||||
Plugin Update Checker | 1,971 | 63 | 30 | 18 days ago | 31 | July 24, 2022 | 83 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. | ||||||||||
Dropkick | 1,944 | 98 | 8 | a year ago | 13 | February 12, 2018 | 19 | mit | JavaScript | |
A JavaScript plugin for creating beautiful, accessible, and painless custom dropdowns. | ||||||||||
Amp Wp | 1,762 | a day ago | 113 | gpl-2.0 | PHP | |||||
Enable AMP on your WordPress site, the WordPress way. | ||||||||||
S3 Uploads | 1,756 | 43 | 9 | 10 hours ago | 19 | July 30, 2021 | 177 | PHP | ||
The WordPress Plugin to Store Uploads on Amazon S3 | ||||||||||
Redux Framework | 1,669 | 3 | 1 | 7 days ago | 67 | June 21, 2022 | other | PHP | ||
Redux is a simple, truly extensible options framework for WordPress themes and plugins! | ||||||||||
Wordpress Seo | 1,618 | 8 hours ago | 3 | June 28, 2022 | 1,028 | other | JavaScript | |||
Yoast SEO for WordPress | ||||||||||
Jetpack | 1,485 | 4 hours ago | 18 | July 12, 2022 | 2,604 | other | PHP | |||
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic. |
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:
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:
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
vagrant plugin install vagrant-hostsupdater
)To setup a new project running Scotch Box and WordPress, simply follow these steps:
git clone https://github.com/flurinduerst/WPDistillery.git my-project
wpdistillery/config.yml
to suit your needs. See configuration file documentation.Vagrantfile
add your local URL at config.vm.hostname
. This should be the same as wpsettings:url:
in config.yml
.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 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.
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.
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.
Using Windows? No Problem! WPDistillery will detect if you're using Windows and if so, automatically convert all files using dos2unix.
vagrant up
will start the machine. The first ever vagrant up
in your project will also install Scotch Box and execute provisioning.vagrant provision
will execute provisioning. This is where WPDistillery runs its core function which is installing and configuring WordPress according to config.yml
. Before that, it will also update WP-CLI and set the upload size to 64MB. Normally vagrant provision
should not be executed manually but can be used to re-run the WPDistillery setup in case you want to re-install WordPress.vagrant reload
will restart Vagrant. This is required for changes made in the Vagrantfile
to take effect.vagrant halt
will shut down the virtual machine.vagrant destroy
will destroy all the resources related to the current virtual machine. This action is not reversable.More informations can be found at vagrantup.com.
Something went wrong within the WPDistillery setup. I'd like to restart the setup:
wpdistillery/config.yml
or Vagrantfile
)scotchbox
databasepublic
foldervagrant reload --provision
Feel free to contact me if you have questions or need any advice.
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.