Skip to content

A Vagrant controlled JVM development environment built around IntelliJ IDEA and Docker

Notifications You must be signed in to change notification settings

Farrukhjon/jvm-development-environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ovetview

This project makes easy to create jvm based developmet environment for teams. The Operating System is Ubuntu Linux with minimal xfce UI (not xubuntu-desktop) environment.

Structure of the project

 
 ├── files
 │   └── inventory
 ├── README.md
 ├── scripts
 │   ├── install-ansible.sh
 │   ├── install-development-tools.sh
 │   ├── install-docker.sh
 │   ├── install-google-chrome.sh
 │   └── install-xfce4.sh
 └── Vagrantfile
 

Pre-request

Before starting create the project make sure you have turned on CPU virtualization technology via BIOS and installed the folowing programms

  1. VirtualBox
  2. Vagrant

Building

  1. Clone this repo
  2. Go to the directory
  3. Edit config.vm.synced_folder to your preferable sync folders
  4. Type command vagrant up

About

A Vagrant controlled JVM development environment built around IntelliJ IDEA and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%