https://github.com/intera/packer-vagrant-dev-ubuntu-trusty
Packer configuration for creating a Ubuntu Trusty 14.04 LTS 64 bit development box with Saltstack.
https://github.com/intera/packer-vagrant-dev-ubuntu-trusty
Last synced: about 1 year ago
JSON representation
Packer configuration for creating a Ubuntu Trusty 14.04 LTS 64 bit development box with Saltstack.
- Host: GitHub
- URL: https://github.com/intera/packer-vagrant-dev-ubuntu-trusty
- Owner: Intera
- License: mpl-2.0
- Created: 2016-02-03T12:53:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T16:56:18.000Z (about 10 years ago)
- Last Synced: 2025-01-23T05:15:58.451Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu Trusty 14.04 LTS 64bit Packer config
https://www.packer.io/ config files for creating a VirtualBox VM
for development purposes.
## Features
The following features are preinstalled:
* Postfix / Mailcatcher
* Apache / MySQL
* PHP 5.6, 7.0 (phpbrew, FPM)
* Ruby 2.2 (RVM)
* NodeJS 4.0
## Vagrant box
The box build by this script can be found here:
https://atlas.hashicorp.com/intera/boxes/vagrant-dev-ubuntu-trusty
It can be used by executing
```
vagrant init intera/vagrant-dev-ubuntu-trusty
```
## Inspired by
These scripts are based on the Packer Vagrant tutorial code from Hashicorp:
https://github.com/hashicorp/atlas-packer-vagrant-tutorial.git