I've installed:
- Ruby dev kit
- Msysgit
- Added virtualbox to path environment variable
- Downloaded the repository on github
- Went to the unzipped location with powershell
- Ran 'bundle install' in powershell
Returned: The term 'bundle' is not recognized as the name of a cmdlet
How do I proceed?
If you have msysgit, you should open a bash shell. Make sure that you have ruby installed and usable from the bash shell. After that first do a "gem install bundle". Then you should be able to do "bundle install".
I got it working in Cygwin, which was an environment I'm more comfortable with.