Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.2 KB

Common_Prerequisite.md

File metadata and controls

33 lines (26 loc) · 2.2 KB

#Common Prerequisite Guidelines

These are the most common steps required for setting up a development host for the RhoMobile Suite.

  1. Download and install the latest version of Git

  2. Download and install the latest JDK and JRE

  3. Download and install Ruby-1.9.3-p194 version from Ruby.org

  4. Ruby Gem Installation:

    • Open command prompt and type gem list
    • Install any missing gems from the list below:
      • At the command prompt, type gem install <gem_name> (i.e. rest_client, rest-client, listen, etc.)
      • Set the Ruby environment variables prior to use of the gem command:
      • gem install rest_client - Must be installed
      • gem install listen --version 3.0.6 - Must be installed
      • gem install templater - Must be installed
      • gem install uuid - Must be installed
      • gem install net-scp - Must be installed
      • gem install CFPropertyList - Install only if required and not present
      • gem install rubyzip - Install only if required and not present
      • gem install rhomobile-debug - Install only if required and not present
      • gem install rhodes-translator - Must be installed if rhodes_translator extension is added in build.yml file
      • gem install rake - Install only if required and not present, this is actually present by default
      • gem install systemu - Present by default; install only if required and not present
      • gem install json - Present by default; install only if required and not present
      • gem install celluloid - Present by default; install only if required and not present. Note: Internally, this installs hitimes and timers gems as well.
  5. Environment variables - Append the variables below to the System Path environment variable:

  • C:\project\rhodes\bin;
  • C:\Ruby193\bin;