Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcrumm/vagrant-hackdinium
A Vagrant environment for vindinium-hacklang.
https://github.com/mcrumm/vagrant-hackdinium
Last synced: 27 days ago
JSON representation
A Vagrant environment for vindinium-hacklang.
- Host: GitHub
- URL: https://github.com/mcrumm/vagrant-hackdinium
- Owner: mcrumm
- Created: 2015-05-05T01:22:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T17:21:59.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:20:48.443Z (6 months ago)
- Language: Puppet
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-hackdinium
==================A Vagrant environment for your [Hackdinium](https://github.com/mcrumm/vindinium-hacklang) project.
### Requirements
- [Vagrant](http://vagrantup.com)
- [VirtualBox](http://virtualbox.com)
- [vagrant-librarian-puppet](https://github.com/mhahn/vagrant-librarian-puppet), or install the [required modules](puppet/Puppetfile) manually.### Installation
1. Clone this repository.
2. Copy `config.yaml.dist` to `config.yaml` and modify to suit your development environment.
3. Run `vagrant up`.
4. Access your project files from `/vagrant` within the virtual machine.
4. Fight!*If you have any questions on how to get the Virtual Environment up and running, create an issue and I will update the documentation accordingly.*