All Projects → hashicorp → Vagrant

hashicorp / Vagrant

Licence: mit
Vagrant is a tool for building and distributing development environments.

Programming Languages

ruby
36898 projects - #4 most used programming language
powershell
5483 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Vagrant

Errbot
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
Stars: ✭ 2,605 (-88.73%)
Mutual labels:  automation, hacktoberfest
Pywhatsapp
Python Automation using selenium & Scheduling of messages and media
Stars: ✭ 257 (-98.89%)
Mutual labels:  automation, hacktoberfest
Automation Scripts
Repo for creating awesome automation scripts to make my panda lazier
Stars: ✭ 223 (-99.03%)
Mutual labels:  automation, hacktoberfest
Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (-89.08%)
Mutual labels:  automation, hacktoberfest
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (-84.04%)
Mutual labels:  automation, hacktoberfest
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-99.16%)
Mutual labels:  automation, hacktoberfest
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (-99.87%)
Mutual labels:  vagrant, virtualization
Easyengine
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
Stars: ✭ 1,881 (-91.86%)
Mutual labels:  automation, hacktoberfest
Cds
Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform
Stars: ✭ 3,677 (-84.09%)
Mutual labels:  automation, hacktoberfest
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (-98.82%)
Mutual labels:  automation, hacktoberfest
Mad
Map PoGo stuff with Android devices
Stars: ✭ 171 (-99.26%)
Mutual labels:  automation, hacktoberfest
Shuffle
Shuffle: A general purpose security automation platform platform. We focus on accessibility for all.
Stars: ✭ 424 (-98.17%)
Mutual labels:  automation, hacktoberfest
Autorippr
Rip discs automatically using a blend of Python, MakeMKV and HandBrake
Stars: ✭ 170 (-99.26%)
Mutual labels:  automation, hacktoberfest
Community.kubernetes
Kubernetes Collection for Ansible
Stars: ✭ 214 (-99.07%)
Mutual labels:  automation, hacktoberfest
Proctoring Ai
Creating a software for automatic monitoring in online proctoring
Stars: ✭ 155 (-99.33%)
Mutual labels:  automation, hacktoberfest
vagrant-ovirt4
oVirt v4 provider for Vagrant
Stars: ✭ 33 (-99.86%)
Mutual labels:  vagrant, virtualization
Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (-91.67%)
Mutual labels:  automation, hacktoberfest
Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-99.42%)
Mutual labels:  automation, hacktoberfest
Jenkins Bootstrap Shared
Jenkins as immutable infrastructure made easy. A repository of shared scripts meant to be used as a git submodule. Packing Jenkins, plugins, and scripts into immutable packages and images.
Stars: ✭ 270 (-98.83%)
Mutual labels:  automation, vagrant
Dynamic Dark Mode
The smart, automatic Dark Mode toggle for macOS Mojave+
Stars: ✭ 397 (-98.28%)
Mutual labels:  automation, hacktoberfest

Vagrant

Vagrant is a tool for building and distributing development environments.

Development environments managed by Vagrant can run on local virtualized platforms such as VirtualBox or VMware, in the cloud via AWS or OpenStack, or in containers such as with Docker or raw LXC.

Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.

Quick Start

Package dependencies: Vagrant requires bsdtar and curl to be available on your system PATH to run successfully.

For the quick-start, we'll bring up a development machine on VirtualBox because it is free and works on all major platforms. Vagrant can, however, work with almost any system such as OpenStack, VMware, Docker, etc.

First, make sure your development machine has VirtualBox installed. After this, download and install the appropriate Vagrant package for your OS.

To build your first virtual environment:

vagrant init hashicorp/bionic64
vagrant up

Note: The above vagrant up command will also trigger Vagrant to download the bionic64 box via the specified URL. Vagrant only does this if it detects that the box doesn't already exist on your system.

Getting Started Guide

To learn how to build a fully functional development environment, follow the getting started guide.

Installing from Source

If you want the bleeding edge version of Vagrant, we try to keep main pretty stable and you're welcome to give it a shot. Please review the installation page here.

Contributing to Vagrant

Please take time to read the HashiCorp Community Guidelines and the Vagrant Contributing Guide.

Then you're good to go!

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].