Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-03T04:24:56.000Z (over 13 years ago)
- Last Synced: 2024-11-26T21:03:02.146Z (29 days ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- 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/).