What is Wocker?
Wocker is a local WordPress development environment. Since it’s based on Docker, it takes just 3 seconds to create every new installation of WordPress.
Get Started
1. Install Vagrant
2. Install VirtualBox
3. Install the vagrant-hostsupdater plugin.
<span class="nv">$ </span>vagrant plugin install vagrant-hostsupdater
4. Clone the Wocker Repository
<span class="nv">$ </span>git clone https://github.com/wckr/wocker.git <span class="o">&&</span> <span class="nb">cd </span>wocker
5. Start up Wocker
<span class="nv">$ </span>vagrant up
This could take a while on the first run as your local machine downloads the required files. Watch as the script ends, as an administrator or su password may be required. The first default container wocker
will be running after the provision finishes successfully.
Note: on Windows, run Cmd, PowerShell or other terminals as an administrator.