ciroanacleto / javabox

A Development and Testing environment for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaBox

Introduction

This project automates the setup of a development and testing environment for Java 8, using Vagrant and Chef Solo.

Requirements

Setup

$ git clone --recursive https://github.com/acfreitas/javabox.git
$ cd javabox
$ vagrant up

P.S. Use git clone --recursive for clone git submodules.

The Box contains

  • Ubuntu 12.04 LTS 32-bit
  • Git
  • Java 8
  • PostgreSQL

Dependencies

More information

Check the Vagrant documentation and Chef Solo documentation

About

A Development and Testing environment for Java

License:Apache License 2.0


Languages

Language:Ruby 100.0%