Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once all prerequisites are fulfilled one can move to the next step - setting up software distribution on your site/machine. For that one has to download a script from SLAC and run it, this has to be done from the user account that manages software and has write access to root directory created in previous step.

Code Block
# for RHEL5/6
curl -o site-setup.sh http://pswww.slac.stanford.edu/psdm-repo/dist_scripts/site-setup.sh
# for RHEL7
curl -o site-setup.sh http://pswww.slac.stanford.edu/psdm-repo/dist_scripts/site-setup-rh7.sh
# for both
chmod 755 site-setup.sh

The script takes one argument which is a location of the root directory:

...