Questions tagged [vvv-wordpress]

Varying Vagrant Vagrants is an open source (MIT licensed) Vagrant configuration focused on WordPress development.

A local dev environment, mostly WordPress oriented, see https://varyingvagrantvagrants.org/ for help and documentation.

Can be quickly set up using:

git clone https://github.com/Varying-Vagrant-Vagrants/VVV.git ~/vvv-local
cd vvv-local
vagrant up --provision
27 questions
12
votes
3 answers

Vagrant disable SSH Agent

Getting the following when I am trying to run Vagrant up. Have tried to re-provision etc. Even tried rolling back (in Time Machine) the user/vagrant-local directory & the vagrant-local directory where the sites all live. An error occurred in the…
MarkS
  • 129
  • 1
  • 1
  • 4
5
votes
0 answers

How to stop vagrant from having to re-download the image on every "vagrant up" on Windows?

When I run vagrant up on Windows the first time, I expect it to download then cache the box. But if I run vagrant halt followed by vagrant up I end up having to wait 15 minutes for the machine to be downloaded and re-assembled; When I ran vagrant…
leeand00
  • 25,510
  • 39
  • 140
  • 297
4
votes
2 answers

WordPress Skeleton, VVV, Multisite, and the right Nginx rules

I am building an automated WordPress deploy using Composer, and am keeping the wp-content folder outside of the main WP install (because I have some custom plugins and themes) which is pulled from github. After pulling from github and running…
rugbert
  • 11,603
  • 9
  • 39
  • 68
3
votes
1 answer

Vagrant up automatically destroys VM and associated drivers

I wanted to contribute to WordPress so I needed to install wordpress meta environment. I am installing VVV using this link. I have already installed Oracle VM VirtualBox. At first installation everything went fine and I was able to use the…
Anand Singh
  • 87
  • 10
3
votes
1 answer

Unable to install vagrant-hostupdater plugin during Vagrant up with VVV

I'm new to Vagrant and my aim is to install Varying Vagrant Vagrants. I was following the steps mentioned in VVV's GitHub page but I'm stuck up when installing vagrant-hostupdater mentioned in step 4. I'm getting the following error when I tried to…
2
votes
1 answer

`VBoxManage` error on VirtualBox when running Vagrant after MacOS Monteray update

Now, I've seen a few questions regarding my issue on various Stack websites and also on GitHub. However, after trying everything they have recommended, my environment still doesn't work, which is why I'm opening a new question. Prior upgrading to…
Freddy
  • 683
  • 4
  • 35
  • 114
2
votes
1 answer

How do I edit the nginx.conf for a VVV-instantiated VM?

I am trying to use VVV to set up a local development environment for an existing WordPress site (hosted on WP Engine if it makes any difference) but am unable to change the nginx.conf to point to the correct webroot. Following the official…
Gary Kupczak
  • 77
  • 1
  • 2
  • 8
1
vote
1 answer

Vagrant / VirtualBox (Mac OS): The SSH command responded with a non-zero exit status error

I'm running Vagrant version 2.2.19 with VirtualBox version 6.1 on Mac OS Monterey version 12.3.1. When running vagrant up or vagrant up --provision, I'm receiving the following error: The SSH command responded with a non-zero exit status.…
Freddy
  • 683
  • 4
  • 35
  • 114
1
vote
1 answer

WordPress custom vvv conf format

When using the vvv-nginx-custom.conf file to override the default settings, do you need to keep the same format as default? Does it need to include everything default has as well? I'm a little confused or maybe I misunderstood the…
RMH
  • 821
  • 2
  • 15
  • 38
1
vote
0 answers

Output value: A_CONSTANT . ' concatenated to a string' from YAML Vagrant config

When provisioning a new wordpress instance using the VVV project I can configure constants that will be included in the wp-config.php like so: wpconfig_constants: WP_DEBUG: true WP_DEBUG_LOG: true I am attempting to…
luckyape
  • 722
  • 8
  • 22
1
vote
1 answer

Pear and PHP_CodeSniffer installation issues: not able to use phpcs from command line

My setup: Mac OSX El Capitan 10.11.6, PHP 7.0.24-1+ubuntu14.04.1, PEAR Version: 1.10.5, I'm working on a local wordpress build using vagrant/virtualbox (vvv). I'm new to pear and php_codesniffer and cannot seem to get phpcs commands to work. I've…
carlarenee
  • 19
  • 3
1
vote
2 answers

404 Not found error when tring to access local.wordpress.dev

I'm trying to setup Varying Vagrant Vagrants on a Windows machine for WordPress development. I'm running Windows 8.1 Pro 64-bit OS and installed Virtual Box 5.0 and Vagrant 1.8.1. After executing the line vagrant up --provision in Command Prompt,…
1
vote
1 answer

Testing plugins live with Varying Vagrant Vagrants

I'm currently trying to use VVV to develop and test my plugins. My host OS is Win10. My plugins are in D:\Workshop\projects\vendor\module. I've used this folder structure for a long time, and it is really convenient, especially for use with Composer…
XedinUnknown
  • 677
  • 9
  • 25
0
votes
0 answers

Error when I running Vagrant up or vagrant up --provision MacOS

Vagrant 2.3.4 macOS Catalina 10.15.7 VirtualBox Version 7.0.8 I'm using vagrant and VVV to setup WordPress & Sage. I have installed VirtualBox and Vagrant. When I run "vagrant up" I have this error : ==> default: Trigger run failed ==> default: An…
Ralph
  • 1
0
votes
1 answer

NPM fails during `npm install` with 'npm ERR! Maximum call stack size exceeded' error

I am developing a fork of a popular wordpress plugin (Sensei-lms) ... the plugin developers have given instructions for creating a development environment on this page:…
1
2