Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgaidot/machine-builders
A simple project that encapsulates Packer templates for building Vagrant baseboxes.
https://github.com/rgaidot/machine-builders
Last synced: about 1 month ago
JSON representation
A simple project that encapsulates Packer templates for building Vagrant baseboxes.
- Host: GitHub
- URL: https://github.com/rgaidot/machine-builders
- Owner: rgaidot
- Created: 2014-01-31T23:14:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T14:25:11.000Z (over 10 years ago)
- Last Synced: 2024-10-31T13:23:14.394Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine builders
A simple project that encapsulates [Packer](http://packer.io) templates for building [Vagrant](http://vagrantup.com) baseboxes.
## Prerequisites
You need:
- [Vagrant](http://vagrantup.com)
- [Packer](http://packer.io)
- [Virtualbox](https://www.virtualbox.org)## Getting Started
Inside the ``packer`` directory, a JSON file describes each box that can be built. You can use ``packer build`` to build the boxes. So, you can customize the JSON files
```bash
$ git clone [email protected]:rgaidot/machine-builders.git
$ cd machine-builders ; cd packer
$ packer build -only=virtualbox-iso debian-wheezy-amd64.json
```
## BuilderMachine builders use shell scripts to get software installed and configured on a machine. Check out JSON files.