Installing RubyBefore running the Virtual Wiring System, you need to have Ruby running on your host. Ruby is a powerful general purpose programming language popular when developing web sites. It's a modern language that is generally quite easy for programmers and non-programmers to read. The Virtual Wiring system software is almost entirely written in Ruby. To see if you have Ruby installed on your host system, open a command window and run
you need to install Ruby on your system. Simple InstallationThe simplest way to install Ruby on your system is by running the apt-get utility. apt-get is installed by default on most Linux systems, but not on Macs. The following will update and install the latest Ruby on your system.
Install the bundler utility as a Ruby gem:
Installation Using RVMIf the simple installation does not work for you, or the Ruby that gets installed on your system is too old, you can install Ruby using the RVM system. RVM allows you to select and install a wide variety of Ruby systems (and more). To install RVM, go to the www.rvm.io website and follow the instructions. Once you have RVM installed, you can install a Ruby system. To install Ruby 1.9.3, enter the command:
Install the bundler utility as a Ruby gem:
If Your Installation Doesn't WorkHere are some things to look for.
|