Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurron/packer-xubuntu-bionic

A Packer project that creates an Ubuntu 18.04 Vagrant box customized for software development.
https://github.com/kurron/packer-xubuntu-bionic

ansible packer vagrant

Last synced: 5 days ago
JSON representation

A Packer project that creates an Ubuntu 18.04 Vagrant box customized for software development.

Awesome Lists containing this project

README

        

# Overview
This project creates an Xubuntu 18.04 box with software development tools installed.

# Prerequisites
* a working [Packer](https://www.packer.io/) installation
* a working [Vagrant](https://www.vagrantup.com/) installation

## Existing Bare Bones Box Requirement

# Building
Type `./build.sh` to build the server box.

# Installation
The scripts will automatically install the newly built box into Vagrant's cache and publish it to Hashicorp's Atlas.

# Tips and Tricks

## Testing The Box
`vagrant up` will launch the server VM.
Once you are satisfied that the box built correctly, use `vagrant destroy` to remove it.

# Troubleshooting

# License and Credits
This project is licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/).