Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varying-vagrant-vagrants/vvv
An open source Vagrant configuration for developing with WordPress
https://github.com/varying-vagrant-vagrants/vvv
vagrant varying-vagrant-vagrants vvv wordpress
Last synced: 30 days ago
JSON representation
An open source Vagrant configuration for developing with WordPress
- Host: GitHub
- URL: https://github.com/varying-vagrant-vagrants/vvv
- Owner: Varying-Vagrant-Vagrants
- License: mit
- Created: 2012-12-12T03:34:37.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-20T18:21:51.000Z (about 2 months ago)
- Last Synced: 2024-09-22T21:33:14.177Z (about 2 months ago)
- Topics: vagrant, varying-vagrant-vagrants, vvv, wordpress
- Language: Shell
- Homepage: https://varyingvagrantvagrants.org
- Size: 9.15 MB
- Stars: 4,542
- Watchers: 134
- Forks: 848
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# VVV
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/206b06167aaf48aab24422cd417e8afa)](https://www.codacy.com/gh/Varying-Vagrant-Vagrants/VVV?utm_source=github.com&utm_medium=referral&utm_content=Varying-Vagrant-Vagrants/VVV&utm_campaign=Badge_Grade) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/varying-vagrant-vagrants/vvv.svg)](http://isitmaintained.com/project/varying-vagrant-vagrants/vvv "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/varying-vagrant-vagrants/vvv.svg)](http://isitmaintained.com/project/varying-vagrant-vagrants/vvv "Percentage of issues still open")
VVV is a local developer environment, mainly aimed at [WordPress](https://wordpress.org) developers. It uses [Vagrant](https://www.vagrantup.com) and Docker/VirtualBox/Parallels/HyperV to create a linux server environment for building sites, and contributing to WordPress itself.
_VVV stands for Varying Vagrant Vagrants._
## How To Use
To use it, download and install [Vagrant](https://www.vagrantup.com) and a provider such as [VirtualBox](https://www.virtualbox.org/), Docker, or Parallels Pro. Then, clone this repository and run:
```shell
vagrant plugin install --local
vagrant up --provision
```When it's done, visit [http://vvv.test](http://vvv.test).
The online documentation contains more detailed [installation instructions](https://varyingvagrantvagrants.org/docs/en-US/installation/).
* **Web**: [https://varyingvagrantvagrants.org/](https://varyingvagrantvagrants.org/)
* **Contributing**: Contributions are more than welcome. Please see our current [contributing guidelines](https://varyingvagrantvagrants.org/docs/en-US/contributing/). Thanks!## Minimum System requirements
[For system requirements, please read the system requirements documentation here](https://varyingvagrantvagrants.org/docs/en-US/installation/software-requirements/)
## Software included
For a comprehensive list, please see the [list of installed packages](https://varyingvagrantvagrants.org/docs/en-US/installed-packages/).