https://github.com/rtyler/debian-ada-vm
A Vagrant VM that provisions Ada packages for you!
https://github.com/rtyler/debian-ada-vm
Last synced: 4 months ago
JSON representation
A Vagrant VM that provisions Ada packages for you!
- Host: GitHub
- URL: https://github.com/rtyler/debian-ada-vm
- Owner: rtyler
- Created: 2011-08-02T01:14:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-03T04:24:56.000Z (almost 14 years ago)
- Last Synced: 2025-03-18T14:21:57.642Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Debian Ada VM
### About
This is a little project to create a stable, distributable base virtual machine
that has a great Ada development environment bundled into it.### Getting Started
We use [Vagrant](http://vagrantup.com) to develop and test these manifests and
as such there is a `Vagrantfile` already in the root directory. If you don't
already have Vagrant:% sudo gem install vagrant
Once you have vagrant you should be able to execute the following command to
bring up a virtual machine and provision it:% vagrant up
For development, you can just create your manifests and include them in
`manifests/base.pp`, once you're ready to re-run the puppet manifests you
can run the following command (no need to rebuild the VM):% vagrant provision
### Getting Help
If you have any questions, stop by the `#ada` channel on the
[Freenode](http://freenode.net) network and ask
[rtyler](http://github.com/rtyler/).