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.
├── files
│ └── inventory
├── README.md
├── scripts
│ ├── install-ansible.sh
│ ├── install-development-tools.sh
│ ├── install-docker.sh
│ ├── install-google-chrome.sh
│ └── install-xfce4.sh
└── Vagrantfile
Before starting create the project make sure you have turned on CPU virtualization technology
via BIOS and installed the folowing programms
- VirtualBox
- Vagrant
- Clone this repo
- Go to the directory
- Edit
config.vm.synced_folder
to your preferable sync folders - Type command
vagrant up