IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Vagrant

Last modified: 10 August 2022

File | Settings | Tools | Vagrant for Windows and Linux

IntelliJ IDEA | Preferences | Tools | Vagrant for macOS

Ctrl+Alt+S the Settings/Preferences icon

On this page, enable Vagrant support in IntelliJ IDEA, specify the location of the VagrantFile, and handle the list of Vagrant base boxes to use in creation of virtual boxes (instances).

  1. Make sure that Vagrant and Oracle's VirtualBox are downloaded, installed, and configured on your computer as described in Vagrant.

  2. Make sure that the parent folders of the following executable files are added to the system PATH variable:

    • vagrant.bat or vagrant from your Vagrant installation. This should be done automatically by the Vagrant installer.

    • VBoxManage.exe or VBoxManage from your Oracle's VirtualBox installation.

Before you start working with Vagrant, make sure that:

  1. Vagrant is downloaded and installed.

  2. Install and enable the plugin.

    The plugin is not bundled with IntelliJ IDEA, but it can be installed from the JetBrains plugin repository.

Procedures

External Links