Skip to content

tomaszj/packer-debian-ruby-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer-debian-ruby-java

Packer configuration which builds machine for VirtualBox/vagrant and DigitalOcean that contains:

  • Debian 7.8 wheezy
  • Java 8 Oracle JDK installed
  • Ruby 2.2.1 with chruby

Currently, the target user is vagrant (pass: vagrant). Check it out yourself!

How to build VirtualBox image

packer build -only=virtualbox-iso packer-config.json

How to build DigitalOcean snapshot

packer build -only=digitalocean -var 'do_access_key=YOUR_ACCESS_KEY' packer-config.json

This assumes you've got packer installed. More information can be found at http://packer.io

About

Packer config building Debian 7.8 image with Ruby and Java preinstalled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages