All Projects → Varying-Vagrant-Vagrants → vvv-utilities

Varying-Vagrant-Vagrants / vvv-utilities

Licence: MIT License
Official VVV extensions

Programming Languages

shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to vvv-utilities

Vvv
An open source Vagrant configuration for developing with WordPress
Stars: ✭ 4,567 (+20659.09%)
Mutual labels:  vagrant, varying-vagrant-vagrants, vvv
custom-site-template
A site provisioner for VVV
Stars: ✭ 110 (+400%)
Mutual labels:  vagrant, varying-vagrant-vagrants, vvv
vvv-multisite
[DEPRECATED] please see https://github.com/Varying-Vagrant-Vagrants/custom-site-template
Stars: ✭ 31 (+40.91%)
Mutual labels:  vagrant, varying-vagrant-vagrants, vvv
vagrant-dspace
(No longer actively maintained. Replaced by Docker compose in main codebase.) DSpace + Vagrant. Quickly spin up a virtual machine (via Vagrant) which is "DSpace development ready"
Stars: ✭ 37 (+68.18%)
Mutual labels:  vagrant
archlinux-auto-install
Automatically install archlinux (from livecd with Ventoy tools)
Stars: ✭ 34 (+54.55%)
Mutual labels:  vagrant
vagrant-ansible-kubernetes
Combination of Vagrant and Ansible to spin up a Kubernetes cluster
Stars: ✭ 50 (+127.27%)
Mutual labels:  vagrant
vim-vagrant
basic vim/vagrant integration
Stars: ✭ 55 (+150%)
Mutual labels:  vagrant
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (+72.73%)
Mutual labels:  vagrant
docker-swarm-mode-getting-started
Repository for my Pluralsight course Getting Started with Docker Swarm Mode
Stars: ✭ 40 (+81.82%)
Mutual labels:  vagrant
local-wordpress-development
WordPress Local Web Development Guide for Mac OS X
Stars: ✭ 17 (-22.73%)
Mutual labels:  vvv
dockerX
Examples of amazing Docker/Docker-Compose/Docker Swarm technologies
Stars: ✭ 17 (-22.73%)
Mutual labels:  vagrant
k3s-homeops-ansible
Bootstrap a k3s cluster on top of Ubuntu 20.04
Stars: ✭ 47 (+113.64%)
Mutual labels:  vagrant
sig-windows-dev-tools
This is a batteries included local development environment for Kubernetes on Windows.
Stars: ✭ 52 (+136.36%)
Mutual labels:  vagrant
Vagrantfile
Vagrant 配置示例
Stars: ✭ 50 (+127.27%)
Mutual labels:  vagrant
jumbo
🐘 A local Hadoop cluster bootstrapper using Vagrant, Ansible, and Ambari.
Stars: ✭ 17 (-22.73%)
Mutual labels:  vagrant
vagrant-r10k
UNSUPPORTED - SEEKING MAINTAINER - Vagrant middleware plugin to retrieve puppet modules using r10k.
Stars: ✭ 36 (+63.64%)
Mutual labels:  vagrant
kubernetes-dev-stack
Automation of Kubernetes 1.6.0.alpha3 on Centos 7.3 (kernel 4.9.5, docker 1.13.1, flannel 0.7.0)
Stars: ✭ 15 (-31.82%)
Mutual labels:  vagrant
ansible-role-test-vms
DEPRECATED - A Vagrant configuration to test Ansible roles against a variety of Linux distributions.
Stars: ✭ 42 (+90.91%)
Mutual labels:  vagrant
vagrant-xfce4-ubuntu
Vagrant-based development environment using Ubuntu and the Xfce Desktop Environment
Stars: ✭ 17 (-22.73%)
Mutual labels:  vagrant
alexa-openwebif
alexa skill to control your openwebif device
Stars: ✭ 25 (+13.64%)
Mutual labels:  vagrant

VVV Extensions

Codacy Badge

These are optional system level features and software for VVV, we call them extensions. This repo is the core extension, and has a continuous release process, all version of VVV use this git repo.

Extensions used to be called utilities, but people got confused and kept asking for extensions.

Here is how you might use this utility to install software in config/config.yml:

extensions:
  core: # The core VVV utility
    - tls-ca # HTTPS SSL/TLS certificates
    - phpmyadmin # Web based database client
    - php73

Each item is the name of a folder, in the above example, adding php73 means that VVV will run the php73/provision.sh script when provisioning. Likewise if you added a banana/provision.sh and listed - banana in config/config.yml, then banana/provision.sh would run on the next provision.

For more information about extensions and how to create your own, read our extensions chapter on the documentation site.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].