Configuration of your Linux Evironment
To be able to develop FESA3 classes, and in order to use the CMW-RDA middleware, you need to add some environment-variables to your linux-environment. (On
FEC's this is done automatically)
In order to simplify the usage of these additional variables, we already provided a script for you. By executing this script, the console in which you are currently work will load all necesarry variables automatically.
Please note that as well for consoles running client-software the script needs to be loaded in order to be able to use the CMW-RDA-middleware.
If you just want to use the FESA-environment for your current session,, execute the following command on the client computer and as well on the computer running your FESA3 equipment: ". /common/fesa/3.0-beta/fesa-environment-gsi/3.0-beta/fesa3_environmentBladeCenter.conf". (dot+space+pathToScript)
However it may be usefull for you to automatically load the script whenever a terminal is opened. To do so, add the following lines to your .bash_profile in the home-folder:
#load Fesa3 environment
. /common/fesa/3.0-beta/fesa-environment-gsi/3.0-beta/fesa3_environmentBladeCenter.conf
(Again take care to have dot+space+pathToScript )