Skip to content

vagrantfile for a CentOS 6.5 box on VirtualBox provider used for Java app development and deployment

Notifications You must be signed in to change notification settings

marcochiesa/vagrant-java-app-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

vagrant-java-app-dev

vagrantfile for a simple Java app development and deployment environment based on a Ubuntu 14.04 box. Assumptions:

  1. Code is stored in reachable remote Git repository.
  2. Code is setup for build with Gradle.
  3. Simple conf file defining the name of the project and the Git clone URL. Must be named 'java-app-dev.conf' and stored in Vagrant directory. Example contents:
GIT_PROJ_NAME="test-project"
GIT_CLONE_URL="https://github.com/testuser/test-project.git"

About

vagrantfile for a CentOS 6.5 box on VirtualBox provider used for Java app development and deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published