Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Firstly ensure that rvm installed on the machine.</p> <p>See <a href="http://beginrescueend.com/rvm/install/" rel="nofollow">RVM Installation Instructions</a> or <a href="http://elouisyoung.blogspot.com.au/2010/09/rvm-on-ubuntu-1004.html" rel="nofollow">RVM on Ubuntu 10.04</a> if rvm isn't installed.</p> <p>Then find where rvm is installed to, this can be done either using the <code>find</code> or <code>locate</code> commands.</p> <p>E.g.</p> <p><code>find / -iname *rvm</code></p> <p>or </p> <p><code>locate rvm</code></p> <p>In the output of these commands you will see something that looks like /somedirectory/someotherdirectory/.rvm/gees/somethingelse.</p> <p>The <code>/somedirectory/someotherdirectory/</code> is what you would replace <code>/path/to/</code> with in <code>deploy.rb</code> or replace <code>ENV['rvm_path']</code> in the unshift command in the documentation of the first option at <a href="http://beginrescueend.com/integration/capistrano/" rel="nofollow">Using RVM rubies with Capistrano</a>.</p> <p>The paths in the <code>deploy.rb</code> are</p> <p><code>/path/to/.rvm</code> RVM Installation Path</p> <p><code>'PATH'</code> is the binary path that is used to call the rvm binary from.</p> <p>See <a href="http://www.linfo.org/path_env_var.html" rel="nofollow">here</a> for more information on PATH.</p> <p><code>GEM_HOME</code> is the home directory of the Gem. </p> <p>See <a href="http://docs.rubygems.org/read/chapter/1" rel="nofollow">here</a> for more information on Gems. </p> <p><code>'GEM_PATH'</code> is the PATH of the Gem.</p> <p><code>'BUNDLE_PATH'</code> is the PATH of the Bundle.</p> <p>See <a href="http://gembundler.com/rationale.html" rel="nofollow">here</a> for more information on Bundles and Bundler.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload