Show HN: Vagrantfile for every language – Looking for contributors
1–7 of 7 posts
Re: Show HN: Vagrantfile for every language – Looking for contributors
#2I think that one of the most difficult barriers to trying out a new language is the initial setup. Some sites like golang.org and haskell.org let you play around on the homepage, but it isn't quite the same as having a working local environment.
Anyway, thanks for any support you may offer.
Re: Show HN: Vagrantfile for every language – Looking for contributors
#3eg: config.vm.provision 'shell', path: 'https://raw.githubusercontent.com/adlawson/vagrantfiles/mast...
I am a big fan of super simple provisioning for vagrant boxes. For development and trying new things a simple bash script has proven, in my experience, to be much less of a headache then chef etc.
Re: Show HN: Vagrantfile for every language – Looking for contributors
#4(Sometimes all you need is five lines of shell script to provision something, vs a full blown provisioning system and all the scaffolding that implies)
Re: Show HN: Vagrantfile for every language – Looking for contributors
#5Have you considered just using one base vagrant file and using remote scripts for each language? eg: config.vm.provision 'shell', path: ' https://raw.githubusercontent.com/adlawson/vagrantfiles/mast... I am a big fan of super simple provisioning for vagrant boxes. For development and trying new things a simple bash script has proven, in my experience, to be much less of a headache then chef etc.
If you'd like to contribute the changes or submit ideas that would be great. Don't worry if you can't or don't want to though!