Versions Compared

Key

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

...

Site setup

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
apt-get update
apt-get install psdm-release-ana-latest-rhel5

For Ubuntu 12.04:

Code Block
apt-get update
apt-get install psdm-release-ana-latest-ubu12

More than one platform can be installed at once, e.g.:

Code Block
apt-get update
apt-get install psdm-release-ana-latest-ubu12rhel5 psdm-release-ana-latest-rhel6

...

These commands will find out what is the most recent release available at SLAC, download it with all dependencies and install. If you installed release for multiple architectures (rhel5/rhel6/ubu12) then they all will be upgraded.

...