-
Run https://github.com/wp-cli/wp-cli/blob/master/templates/install-wp-tests.sh in provisioning.
-
Add `wp-cli.yml` into vagrant root.
```
#
# WP-CLI configuration for the VCCW
#
# If you'd like to run WP-CLI command in the Guest machine.
# Please execute following command.
#
# $ vagrant ssh-co…
-
Hi,
The installation process does not work as expected on ubuntu 15.10. Everything works fine, until I try the vagrant up command.
It blocks on the message
`==> vccw.dev: Waiting for machine to boot…
-
How to change mysql version from 5.5 to 5.6?
-
> Not Found
>
> The requested URL / was not found on this server.
> Apache Server at vccw.dev Port 80
icf20 updated
8 years ago
-
![](https://www.evernote.com/l/ABVzwRylJohM9JqFiHP4-4If2WIWmcWu3i4B/image.png)
-
Following options should be removed, because it makes users confusing.
```
sync_folder: 'www/wordpress'
document_root: '/var/www/wordpress'
user: vagrant
group: vagrant
```
Following options should …
-
It should not be bug, but i installed the vccw perfectly, and every thing its ok, but i'm getting this php error in the customize page.
![captura de tela_2016-03-08_17-36-09](https://cloud.githubuse…
-
Can we use default DocumentRoot.
Now:
```
/var/www/wprdpress
```
Default:
```
/var/www/html
```
And change synced_folder like following.
```
config.vm.synced_folder "www", "/var/www",
:creat…
-
I want to check the VCCW environment from mobile devices through Wi-Fi network.
So, I change an option in the Vagrantfile as blow, referring [this article](http://big1to.com/development-note/828).
si…