-
On all my projects, I have to restart mysql every time after connection to vagrant.
My steps:
- vagrant up
- vagrant ssh
- sudo invoke-rc.d mysql restart
- work on the project during some time...
…
-
Hello, I already posted this issue on the VVV repo. When I try to install the hostsupdater Plugin, I get this error message:
`
Vagrant has detected project local plugins configured for this
project…
-
Only apt-get update if a key or source is added in utilities
tomjn updated
3 years ago
-
There's a blog post over on the PHPStorm blog that's a little old:
https://blog.jetbrains.com/phpstorm/2016/06/debugging-vvv-vagrant-setup-with-phpstorm/
Some adjustments would improve it by bri…
tomjn updated
4 years ago
-
Currently new sites use an nginx config from the provisioner template, or provide their own. If none is present VVV complains about it but does nothing.
Wouldn't it be better if it did all the thin…
tomjn updated
3 years ago
-
**Describe alternatives you've considered**
We should follow composers lead and lock these features behind a `config.yml` flag so that they have to be explicitly turned on to work. Specifically, le…
-
Please add some notes in the single php file:
``` php
/**
* opcache-status
* 1.0
* A one-page opcache status page for the PHP 5.5 opcode cache.
* https://github.com/rlerdorf/opcache-status
*/
``…
-
Our dashboard is currently PHP + CSS on a single page, but this has some issues:
- it requires the VM to be running and PHP/Nginx installed and functional
- it's busy! Everything is shown at onc…
tomjn updated
3 years ago
-
I have setup a new site with VVV, with the following config
```
my-site:
skip_provisioning: false
description: "My Site"
repo: https://github.com/Varying-Vagrant-Vagrants/custom-sit…
-
Would it be possible to add a script to apply all changes mentioned in the [_Installation_](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate#installation) section? I can also add it myself …