X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL.txt;h=cc59cebd435ce76d76a192da97f54884cceab9a6;hb=f11dae03d2dc79be445c9a604c9c7fc4b222d98d;hp=93cf41ca57da019a4423af47f29eebd6aec0fc4b;hpb=bc914cba6d8cc883deea5c2bf764b847eaf53c27;p=sfa.git diff --git a/INSTALL.txt b/INSTALL.txt index 93cf41ca..cc59cebd 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -63,9 +63,9 @@ This will initialize /etc/sfa/authorities/server.key from /etc/sfa/authorities/p This will start Registry, Slice Manager and Aggregate Manager. Your ps command output would look like: # ps -ef | grep python -root 24944 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-server.py -r -d -root 24957 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-server.py -a -d -root 24970 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-server.py -s -d +root 24944 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-start.py -r -d +root 24957 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-start.py -a -d +root 24970 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-start.py -s -d ------- 4) Configure SFA client: @@ -74,12 +74,11 @@ root 24970 1 0 May11 ? 00:00:00 /usr/bin/python /usr/bin/sfa-ser (c) # cp /etc/sfa/sfi_config ~/.sfi/ (d) edit ~/.sfi/sfi_config. A sample configuration looks like: - export SFI_AUTH=plc.pl - export SFI_USER=plc.pl.root - export SFI_REGISTRY=http://vplc25.inria.fr:12345/ - export SFI_SM=http://vplc25.inria.fr:12347/ + SFI_AUTH='plc.pl' + SFI_USER='plc.pl.root' + SFI_REGISTRY='http://vplc25.inria.fr:12345/' + SFI_SM='http://vplc25.inria.fr:12347/' - (e) # source ~/.sfi/sfi_config ------ 5) Testing: @@ -118,7 +117,7 @@ At this stage you should be able to run sfi command. Some sample outputs are: (e) # sfi.py resources - + ------ 6) Federation configuration: