Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Thursday, 07-Jan-2016 13:49:54 CST

Installation notes for icommands version 4.1.7

Home Page

Prerequisites

None

Installation

  1. $ ver="4.1.7"; ubver="ubuntu14"
  2. $ cd /programinstallers/
  3. $ wget -N ftp://ftp.renci.org/pub/irods/releases/$ver/$ubver/irods-icommands-$ver-$ubver-x86_64.deb
  4. $ sudo dpkg -i irods-icommands-$ver-$ubver-x86_64.deb
    Selecting previously unselected package irods-icommands.
    (Reading database ... 188126 files and directories currently installed.)
    Preparing to unpack irods-icommands-4.1.7-ubuntu14-x86_64.deb ...
    Unpacking irods-icommands (4.1.7) ...
    Setting up irods-icommands (4.1.7) ...
    ###########################################################
    #
    # The iCommands have been installed into your path.
    # 
    # They require your environment to be configured
    # for communication with an iRODS server.
    #
    # Place the following configuration information into
    # your irods_environment.json file and edit as appropriate:
    #
    #    ~/.irods/irods_environment.json
    #
    ###########################################################
    
    {
        "irods_host": "FULLY.QUALIFIED.DOMAIN.NAME",
        "irods_port": 1247,
        "irods_default_resource": "demoResc",
        "irods_home": "/tempZone/home/USERNAME",
        "irods_cwd": "/tempZone/home/USERNAME",
        "irods_user_name": "USERNAME",
        "irods_zone_name": "tempZone",
        "irods_client_server_negotiation": "request_server_negotiation",
        "irods_client_server_policy": "CS_NEG_REFUSE",
        "irods_encryption_key_size": 32,
        "irods_encryption_salt_size": 8,
        "irods_encryption_num_hash_rounds": 16,
        "irods_encryption_algorithm": "AES-256-CBC",
        "irods_default_hash_scheme": "SHA256",
        "irods_match_hash_policy": "compatible"
    }
    
    
    Processing triggers for man-db (2.6.7.1-1ubuntu1) ...