Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnimbus/vagrant-boxes
https://github.com/qnimbus/vagrant-boxes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qnimbus/vagrant-boxes
- Owner: QNimbus
- License: mit
- Created: 2015-11-19T12:44:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T12:45:33.000Z (about 9 years ago)
- Last Synced: 2023-04-07T01:16:18.211Z (almost 2 years ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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