Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axsh/vmapp-vagrant-box

vmapp-vagrant-base-box
https://github.com/axsh/vmapp-vagrant-box

Last synced: about 2 months ago
JSON representation

vmapp-vagrant-base-box

Awesome Lists containing this project

README

        

vmapp-vagrant-box
==================

vmapp-vagrant-box is a tool for building custom [Vagrant](http://www.vagrantup.com/) boxes.

System Requirements
-------------------

+ RHEL 6.x / CentOS 6.x

Installation
------------

```
$ git clone https://github.com/axsh/vmapp-vagrant-box.git
```

Getting Started
---------------

### pre-stup

```
$ make
```

### build x86_64

```
$ make x86_64
```

### build i686

```
$ make i686
```