Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonglasow/packer
https://github.com/vonglasow/packer
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vonglasow/packer
- Owner: vonglasow
- Created: 2014-11-04T07:03:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T11:50:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T22:45:08.023Z (2 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virtual Builder
===============It's a little tool which allow to build a virtual machine. This VM contain:
- php 7
- composer
- Hoa
- atoum (and extension atoum-praspel)Usage
=====You _MUST_ run make to create a VM, all files available are template used for
create the real `debian.json` file and `preseed.cfg` file. The default
configuration will used `ash` as login and password.```sh
make debian
```If you want to overwrite the default login and password you can write
```sh
make debian username=mybetterusername
```/!\ For now the username and the password are the same value
Requirements
============- Packer >= v0.7.1
- Virtualbox >= v4.3.18Todo
====- Allow to change password
- Complete build with postgresql-9.3
- Provide VM for Vagrant
- Allow to build a VM based on Ubuntu
- Use Ansible to provide a VM for specific usage