{"id":18560924,"url":"https://github.com/neikei/install-vagrant-on-windows","last_synced_at":"2025-04-10T02:31:13.921Z","repository":{"id":166335296,"uuid":"79828137","full_name":"neikei/install-vagrant-on-windows","owner":"neikei","description":"Installation guide for Vagrant on Windows. Vagrant, VirtualBox, Git and useful plugins for Vagrant are included.","archived":false,"fork":false,"pushed_at":"2023-08-30T13:17:55.000Z","size":49,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T15:42:02.529Z","etag":null,"topics":["development-environment","development-utils","guide","installation","powershell","vagrant","virtualbox"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neikei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-23T17:18:24.000Z","updated_at":"2024-09-07T11:30:12.000Z","dependencies_parsed_at":"2023-06-09T04:45:32.384Z","dependency_job_id":null,"html_url":"https://github.com/neikei/install-vagrant-on-windows","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neikei%2Finstall-vagrant-on-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neikei%2Finstall-vagrant-on-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neikei%2Finstall-vagrant-on-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neikei%2Finstall-vagrant-on-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neikei","download_url":"https://codeload.github.com/neikei/install-vagrant-on-windows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144194,"owners_count":21054882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development-environment","development-utils","guide","installation","powershell","vagrant","virtualbox"],"created_at":"2024-11-06T22:05:10.187Z","updated_at":"2025-04-10T02:31:13.916Z","avatar_url":"https://github.com/neikei.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# install-vagrant-on-windows\r\n\r\nThis manual enables you to use Vagrant on your Windows machine.\r\n\r\n\u003c!-- TOC --\u003e\r\n\r\n- [install-vagrant-on-windows](#install-vagrant-on-windows)\r\n    - [Manual installation](#manual-installation)\r\n        - [Install VirtualBox](#install-virtualbox)\r\n        - [Install Git](#install-git)\r\n        - [Install Vagrant](#install-vagrant)\r\n        - [Install Vagrant Plugins](#install-vagrant-plugins)\r\n    - [Installation via Chocolatey](#installation-via-chocolatey)\r\n    - [Test your new environment](#test-your-new-environment)\r\n    - [Have fun! :)](#have-fun-)\r\n\r\n\u003c!-- /TOC --\u003e\r\n\r\n## Manual installation\r\n\r\n### Install VirtualBox\r\n\r\n1. Download VirtualBox and the corresponding Extension Pack: https://www.virtualbox.org/wiki/Downloads\r\n2. Install VirtualBox with the default settings\r\n3. Add the Extension Pack to VirtualBox (File -\u003e Preferences -\u003e Extensions)\r\n\r\n### Install Git\r\n\r\n1. Download Git: https://git-scm.com/download/win\r\n2. Install Git with the default settings\r\n\r\n### Install Vagrant\r\n\r\n1. Download Vagrant: https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_windows_amd64.msi\r\n2. Install Vagrant with the default settings\r\n3. Reboot Windows\r\n\r\n### Install Vagrant Plugins\r\n\r\n1. Open your Git Bash or your Powershell, which should also work\r\n2. vagrant plugin install vagrant-winnfsd # used for fast NFS shares\r\n3. vagrant plugin install vagrant-vbguest # used for automatic VirtualBox guest addition updates\r\n\r\n## Installation via Chocolatey\r\n\r\n[Chocolatey](https://chocolatey.org/) is a package manager for Windows.\r\n\r\n```powershell\r\n# Start Powershell as administrator\r\n\r\n# Install chocolatey if it isn't installed yet\r\nSet-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))\r\n\r\n# Install Git VirtualBox and Vagrant\r\nchoco install git virtualbox vagrant\r\n\r\n# Refresh environment variables\r\nrefreshenv\r\n\r\n# Install Vagrant Plugins\r\nvagrant plugin install vagrant-winnfsd\r\nvagrant plugin install vagrant-vbguest\r\n\r\n# Reboot Windows\r\n```\r\n\r\n## Test your new environment\r\n\r\n1. Open your Git Bash or your Powershell, which should also work\r\n2. git clone https://github.com/neikei/install-vagrant-on-windows.git\r\n3. cd install-vagrant-on-windows\r\n4. vagrant up\r\n5. ... wait ...\r\n6. vagrant ssh\r\n\r\n## Have fun! :)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneikei%2Finstall-vagrant-on-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneikei%2Finstall-vagrant-on-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneikei%2Finstall-vagrant-on-windows/lists"}