Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qnimbus/vagrant-boxes


https://github.com/qnimbus/vagrant-boxes

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Project: vagrant-boxes
---

Several vagrant boxes I use for development

# Installation

```
$ git clone https://github.com/qnimbus/vagrant-boxes
$ cd vagrant-boxes/base
$ vagrant up
```

## Usage

```
$ vagrant ssh
```

and when done with the VM, either

```
$ vagrant suspend
```

or

```
$ vagrant halt
```

or

```
$ vagrant destroy
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## History

19-11-2015 : version 0.0.1, created base box with Ubuntu 14.04 LTS

## Credits

B. van Wetten,

## License

See LICENSE.md