Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axsh/vmapp-vagrant-box
- Owner: axsh
- Created: 2013-06-05T16:26:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T06:53:28.000Z (over 11 years ago)
- Last Synced: 2023-04-18T20:26:48.063Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```