1. The SILECS developemt environment is located on the asl-cluster. In order to work there you will need to get an user-account there.
  2. If this is the first time you use FESA, you should start with this HandsOn in order to get used to FESA before using SILECS !
  3. Setup path for the 'silecs' script and the cli-client:
    •  # Put the following into your ~/.profile (The file which will be sourced on graphical login))
      SILECS_VERSION=1.2.3 # Whatever you want to use
      export PATH=/common/usr/cscofe/silecs/silecs-cli/$SILECS_VERSION/:$PATH
      export PATH=/common/usr/cscofe/silecs/silecs-cli-client/$SILECS_VERSION/bin/x86_64:$PATH
      
      # re-load  .profile  to make use of the changes:
      source ~/.profile
      
      # Check if you can use the silecs script now:
      silecs -h

This topic: Frontend > WebHome > SILECS > Silecs_2_1_x > Silecs_2_1_X_CLI_install
Topic revision: 07 Sep 2022, AlexanderSchwinn
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback