Windows Vagrant
Step 1: Launch Git
Step 2: Set up your Vagrant box
Type this in the terminal:mkdir ~/Desktop/railsbridge cd ~/Desktop/railsbridge vagrant box add --name railsbridgemontreal railsbridgevm-2016-09.box vagrant init railsbridgemontreal vagrant up vagrant sshType this in the terminal:C:\Users\DiligentStudent\Desktop\railsbridge> vagrant init railsbridgemontreal A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. C:\Users\DiligentStudent\Desktop\railsbridge> vagrant upType this in the terminal:...many lines left out... [default] -- /vagrant C:\Users\Diligent Student\Desktop\railsbridge> vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic-pae i686) ...many lines left out... Changing directory to the shared ~/workspace folder for your convenience. [RailsBridge VM] ~/workspace$
Step 3: Open another Vagrant shell
Type this in the terminal:cd ~/Desktop/railsbridge vagrant ssh [RailsBridge VM] ~/workspace$
Step 4: Usage Tips
Step 5: Install a Text Editor
Next Step:
Go on to Configure Git