SLAC CPE Software Engineering Group
Stanford Linear Accelerator Center
System Admin

Setting up group account for Matlab and Score

SLAC Detailed
SLAC Computing
Software Home
Software Detailed
 


Follow this check list for setting up group account to run matlab and score:

SCORE:

  1. copy over the db_score.properties file from another account
    1. su newaccount
    2. cd ~newaccount
    3. cp  ~physics/db_score.properties .
    4. ***Check ownership
  2. copy over .JCALibrary directory
    1. cd ~physics
    2. tar cvf /tmp/JCA.tar .JCALibrary
    3. cd ~newaccount
    4. cp /tmp/JCA.tar .
    5. tar xvf JCA.tar
    6. chown -R root:root .JCALibrary
  3. copy over the .java directory and everything below it
    1. cd  ~physics/
    2. tar cvf java.tar .java
    3. su to new account
    4. cd ~newaccount
    5. cp  ~physics/java.tar .
    6. tar xvf java.tar
    7. ***Check ownership

MATLAB:

  1. Copy over the .bashrc file from physics account
    1. su newaccount
    2. cd ~newaccount
    3. cp  ~physics/.bashrc .
    4. ***Check ownership
 



Programmers' Guides, Users' Guides, Requirements, Design, Papers, Administration, How-To, Hardware, IOC, Database

[SLAC CPE Software Engineering Group][ SLAC Home Page]


Created by: Ken Brobeck  01-May-2008