You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The full instruction is here http://drupal.star.bnl.gov/STAR/comp/sofi/installing
The actual order of steps is loosely related to the instruction above.

  1. Assumptions:
    1. start with a fresh copy of operating system. I used SL5.3_x86_64.
    2. you have full credentials at RCF, know enough login and scp files in and out
    3. you will install all STAR software as non-root in a user home dir (except rpm's for which you need root)
  2. Setting up your computing environment
    1. create user = balewski
    2. switch shell to be tcsh
      type ps, if you do not see 'tcsh' you must change your shell
       >chsh
       enter: /bin/tcsh
      
      Now logout, login, and again type 'ps'
    3. pick name for directory for STAR software
      > mkdir star_soft
    4. Set up your login by copying the following scripts from RCF
        >cp /afs/rhic.bnl.gov/star/group/templates/cshrc ~/.cshrc
        >cp /afs/rhic.bnl.gov/star/group/templates/login ~/.login
    5. tar, copy, untar the following RCF directory
      /afs/rhic.bnl.gov/star/group
      place it as sub dir here ~/star_soft/group
    6. modify the variable GROUP_DIR located on top of your .login and .cshrc to point to the group directory
      setenv GROUP_DIR /home/balewski/star_soft/group
  • No labels