The collection of dependencies and extra software you install at this point will depend on your requirements. Ubuntu's package management tool will automatically download all required dependencies for the software you install. We'll begin by installing Ruby gems (for installing additional Ruby packages...
And in the lower left corner you can see the +NEW command. Figure 1: Creating your Ruby VM at the portal Notice that you can choose version 14.1 of Ubuntu. Figure 2: Choosing Ubuntu In the next step you will name your VM. You will also need to provide a username and password. ...
Having fixed the problem with the KVM switch on my machine I proceed to get my Ruby scripts working on Ubuntu. Installing Ruby and getting Rails is a breeze. The problem starts when I need to installruby-oci8. You cannot get this by doing a gem install….need to download the tar.gz f...
ofCreateand clickOK.4.When your machine starts up, log in aswith the name and password you chose in the previous project.Installing Rubyon Rails5.Metasploit uses Ruby on Rails, a popular programming environment.Ruby on Rails does not comepre-installed in Ubuntu Linux, so we need to install...
Pay attention to the paths that the install script gives you at the end. Copy them to a text file somewhere - we'll need them in a bit. Now let's configure Apache. I like the way Ubuntu lays out the Apache config - especially virtual hosts - so we'll mimic that here. ...
This time, I will use a clean Ubuntu Server 14.04 LTS, but Debian stable distribution should also be fine. If your Ubuntu/Debian server is not yet ready, prepare it now.Downloading and installing Redmine First of all, we need to decide where to store Redmine files. Let's use /opt/...
I recommend install Node.js using nvm. This way you can have multiple Node versions in your ~/.nvm. You also won't need to install global packages ...
$ brew update&&brew install rbenv ruby-build To ensure that rbenv is correctly loaded when we start a new shell, I had to edit a couple of files. I added the following line to.zshenv: exportPATH="$HOME/.rbenv/bin:$PATH" This adds gem-specific binaries to the PATH so that they are...
错误提示 pg 0.11.0 无法安装, 这个gem 是我项目中用到的, 但是bundle 时无法顺利安装 google 了半天找到了解决方法, 原来是我的ubuntu 需要安装 packagelibpq-dev so... 直接在ubuntu 软件中心找到这个包, 安装。 再次bundle install, 问题解决, 搞定收工!
xxxxxxxxx@home:~$ rvm install ruby-2.0.0-p594 Searching for binary rubies, this might take some time. No binary rubies available for: ubuntu/14.04/x86_64/ruby-2.0.0-p594. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. Checking requireme...