Commit 1798cae01c03f825b407ad8d27bd806ec0d30121
1 parent
8a2ebb69
Exists in
master
and in
109 other branches
delete obsolete
Showing
5 changed files
with
0 additions
and
159 deletions
Show diff stats
install_notes/AMDAUPDATE deleted
@@ -1,40 +0,0 @@ | @@ -1,40 +0,0 @@ | ||
1 | -AMDA-NG (svn) | ||
2 | - | ||
3 | - my_config.php - CONFIG | ||
4 | - | ||
5 | - AmdaUpdate.php [install] | ||
6 | - AmdaClient.php | THEMIS/base.xml.new | ||
7 | - wsdl.location | ||
8 | - | ||
9 | - generic_data/LocalData g+w | ||
10 | - generic_data/RemoteData g+w | ||
11 | - | ||
12 | -AMDA (cvs) | ||
13 | - | ||
14 | - DDService | ||
15 | - | ||
16 | - DDServerWeb_ini.php (no DDServerWeb_ini.ryba!!!) - CONFIG | ||
17 | - dd.wsdl (no wsdl.ryba!!!) - CONFIG | ||
18 | - | ||
19 | - DDServerWeb.php | ||
20 | - Makefile | ||
21 | - | ||
22 | - MANAGER => depotManager (separetly!!!) | ||
23 | - | ||
24 | - mgr_ini.php (no mgr_ini.ryba !!!) - CONFIG | ||
25 | - | ||
26 | - DataCenterMgr.php | ||
27 | - Makefile | ||
28 | - THEMIS/makeProxyTHEMIS.php | ||
29 | - INFO/THEMIS/base.xml: base.xml.old & base.xml.new : keep old for old AMDA | ||
30 | - INFO/Bases.xml | ||
31 | - SPASE/xsl/spase2amdaBase.xsl | ||
32 | - CDAWEB/makeProxyCDAWEB.php | ||
33 | - | ||
34 | - | ||
35 | -while installation of AMDA-NG: php AmdaUpdate.php install | ||
36 | -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
37 | -IMPORTANT: | ||
38 | - generic_data/RemoteData: => owner: apache ; grp : apache | ||
39 | -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
40 | -to update Start - Stop and check connection: php AmdaUpdate.php | ||
41 | \ No newline at end of file | 0 | \ No newline at end of file |
install_notes/REMOTEPARAM deleted
@@ -1,81 +0,0 @@ | @@ -1,81 +0,0 @@ | ||
1 | -Old AMDA changes for RemoteParams AMDA-NG | ||
2 | - | ||
3 | --1. if DD Server is working at your machine => | ||
4 | - reinstall DDLIB.4.5/SOURCES/CALLEXTERNAL : | ||
5 | - createVI.php and cdaweb_cfg.php have been modified | ||
6 | - | ||
7 | - | ||
8 | -0. reinstall AMDALIB.2.0/SOURCES/AMDAEXTERNAL/AddVI.c | ||
9 | - TO DO THIS: | ||
10 | - a) in AMDALIB.2.0/SOURCES/Makefile SET TARGETS = AMDAEXTERNAL | ||
11 | - c) make AMDALIB.2.0-clean | ||
12 | - d) make AMDALIB.2.0-all | ||
13 | - e) copy AMDALIB.2.0/SOURCES/AMDAEXTERNAL/AddVI to trunk/php/old_amda | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | -1. reinstall AMDALIB.2.0/SOURCES/PARAMEXTERNAL/getParamAmda.c with BASEDIR === .../trunk/generic_data/RemoteData/PARAMS | ||
18 | - TO DO THIS: | ||
19 | - aa) in AMDALIB.2.0/SOURCES/PARAMEXTERNAL/getParamAmda.ryba: #define BASEDIR "HTMLROOTPATHR/PARAMS/" | ||
20 | - a) in AMDALIB.2.0/SOURCES/Makefile SET TARGETS = PARAMEXTERNAL | ||
21 | - b) source amda.conf with | ||
22 | - export HTMLROOTPATH=.../trunk/generic_data/RemoteData | ||
23 | - c) make AMDALIB.2.0-clean | ||
24 | - d) make AMDALIB.2.0-all | ||
25 | - e) copy AMDALIB.2.0/SOURCES/PARAMEXTERNAL/getParamAmda.so to trunk/php/old_amda | ||
26 | - | ||
27 | - | ||
28 | -2. new directory trunk/amda_plus/templates/ with new templates; | ||
29 | - | ||
30 | -3. DDHTML/RAWINFO is now trunk/generic_data/RemoteData/baseId/ | ||
31 | -4. DDHTML/PARAM is now trunk/generic_data/RemoteData/PARAMS/ | ||
32 | - | ||
33 | -5. copy DDHTML/HTML/cdfInfo into trunk/php/old_amda/cdfInfo | ||
34 | - | ||
35 | -modify cdfInfo | ||
36 | - | ||
37 | -#! /bin/sh | ||
38 | - | ||
39 | - export IDL_DIR=/usr/local/rsi/idl_6.0 | ||
40 | - export IDL_PATH=/usr/local/rsi/idl_6.0/lib:/home/budnik/AMDANEW/DDLIB/lib:/home/budnik/AMDANEW/AMDALIB/lib:/home/budnik/public_html/AMDA-NG4/trunk/php/old_amda | ||
41 | - export IDL_DLM_PATH=$IDL_DIR/bin/bin.linux.x86:/home/budnik/AMDANEW/AMDALIB/dlm | ||
42 | - | ||
43 | -echo '.run param_info' > aaa | ||
44 | -echo param_info, \'$1\' , \'$2\' >> aaa | ||
45 | -echo exit >> aaa | ||
46 | - | ||
47 | -$IDL_DIR/bin/idl aaa | ||
48 | - | ||
49 | -!!!!! IMPORTANT !!!! don't forget to add .../php/old_amda TO IDL_PATH | ||
50 | - | ||
51 | -6. new dirs (committed): ../generic_data/RemoteData | ||
52 | - ../generic_data/RemoteData/CDAWEB; ../generic_data/RemoteData/VEXGRAZ; | ||
53 | - ../generic_data/RemoteData/MAPSKP; ../generic_data/RemoteData/THEMIS; | ||
54 | - | ||
55 | - ../generic_data/RemoteData/PARAMS | ||
56 | - | ||
57 | - Bases.xml | ||
58 | - THEMIS/base.xml (made by hand, Start/Stop should be updated by webservice) | ||
59 | - | ||
60 | - Bases.xml and all 'base.xml' should be "php AmdaUpdate.php install" during AMDA installation (DD WebServices) | ||
61 | - After that to update Start-Stop use "php AmdaUpdate.php" without argument (updateOnly) | ||
62 | - | ||
63 | -new for AMDA-NG | ||
64 | -7. THEMIS_CESR => all th*_pe*_sp_init.pro are generated now from templates thX_YYYY_sp_init.pro | ||
65 | - args for th*spec - predefined | ||
66 | - | ||
67 | -8. REMEMBER: THEMIS_CESR - EVERYTHING IS PREDEFINED, VIs already exist at DD Server | ||
68 | - | ||
69 | -9. All datasets XML(CDF) descriptions are either predefined (VEXGRAZ, MAPSKP) or obtained by DD_Server (NEW feature, | ||
70 | - in old AMDA it was done at AMDA client side) into the directory /data/DDBASE/INFO/datacenterID/DATASETS/ | ||
71 | - and obtained by AMDA Client by corresponding URL | ||
72 | - defined in config.php : define('INFOSITE', 'http://manunja.cesr.fr/BASE/'); (DD Server WebServices address) | ||
73 | - | ||
74 | - NOTE: now there is no symbolic link for RemotParamID.xml to replace ":" by "_" in the param ID. | ||
75 | - Only original XML file is used. | ||
76 | - | ||
77 | -10. php: new class ParamMgr.php; etc | ||
78 | -11. js: new class ParamsMgrUI.js; etc | ||
79 | - | ||
80 | - | ||
81 | -12. minor changes: print_com.pro, search_com.pro | ||
82 | \ No newline at end of file | 0 | \ No newline at end of file |
install_notes/UPLOAD_DATA deleted
install_notes/UserWsTransfer deleted
@@ -1,20 +0,0 @@ | @@ -1,20 +0,0 @@ | ||
1 | -1. | ||
2 | - utils/conversion dir: | ||
3 | - | ||
4 | - paramConverter.php => creates mission_convert.xml files par mission | ||
5 | - | ||
6 | - script tries to map old AMDA parameter to new AMDA parameter by ID, | ||
7 | - if fails by name, | ||
8 | - if fails - asks to input new parameter ID | ||
9 | - | ||
10 | - | ||
11 | - file 'Deleted.xml' is created manually | ||
12 | - | ||
13 | -2. | ||
14 | - class UserWsTransfer is called during first visit by UsrMgr (if there is no user dir) | ||
15 | - | ||
16 | -3. | ||
17 | - for testing purposes UserWsTransfer could be launched by userWsTransfer.php | ||
18 | - in this case user WS is created in the BASE_PATH/test/ dir. | ||
19 | - | ||
20 | - | ||
21 | \ No newline at end of file | 0 | \ No newline at end of file |
sencha.sh deleted