The rude booter may curse and swear at you, but he will also bootstrap your development environment.
Go to: The Rude Booter
You should setup your own vagrant bootstrap project on github. see: example The Rude Booter will use this project as the bootstrap base for setting upp all of the projects defined in your vagrant file. You can use example as a start for defining your own vagrant bootstraper.
Please read How to setup your first bootstrap project
- Install babun
NB: Comes preinstalled with most systems including babun
In these examples I install my bootstrap project in ~/
If you are using cygwin. Please install babun, open File Explorer, right click and choose: "open babun here"
cd ~/
bash <(\curl -s "https://raw.githubusercontent.com/johansyd/rude-booter/master/scripts/install.sh")
- I will tell the Rude Booter that my organization is johansyd
- I will then tell him that my bootstrap project's name is: vagrant-bootstrap
- The rude Booter will then look at my .rude-booter.json config and clone out my projects and install any vagrant plugins.