diff --git a/install_notes/AMDAUPDATE b/install_notes/AMDAUPDATE deleted file mode 100644 index 859eea4..0000000 --- a/install_notes/AMDAUPDATE +++ /dev/null @@ -1,40 +0,0 @@ -AMDA-NG (svn) - - my_config.php - CONFIG - - AmdaUpdate.php [install] - AmdaClient.php | THEMIS/base.xml.new - wsdl.location - - generic_data/LocalData g+w - generic_data/RemoteData g+w - -AMDA (cvs) - - DDService - - DDServerWeb_ini.php (no DDServerWeb_ini.ryba!!!) - CONFIG - dd.wsdl (no wsdl.ryba!!!) - CONFIG - - DDServerWeb.php - Makefile - - MANAGER => depotManager (separetly!!!) - - mgr_ini.php (no mgr_ini.ryba !!!) - CONFIG - - DataCenterMgr.php - Makefile - THEMIS/makeProxyTHEMIS.php - INFO/THEMIS/base.xml: base.xml.old & base.xml.new : keep old for old AMDA - INFO/Bases.xml - SPASE/xsl/spase2amdaBase.xsl - CDAWEB/makeProxyCDAWEB.php - - -while installation of AMDA-NG: php AmdaUpdate.php install -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -IMPORTANT: - generic_data/RemoteData: => owner: apache ; grp : apache -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -to update Start - Stop and check connection: php AmdaUpdate.php \ No newline at end of file diff --git a/install_notes/REMOTEPARAM b/install_notes/REMOTEPARAM deleted file mode 100644 index 00800c2..0000000 --- a/install_notes/REMOTEPARAM +++ /dev/null @@ -1,81 +0,0 @@ -Old AMDA changes for RemoteParams AMDA-NG - --1. if DD Server is working at your machine => - reinstall DDLIB.4.5/SOURCES/CALLEXTERNAL : - createVI.php and cdaweb_cfg.php have been modified - - -0. reinstall AMDALIB.2.0/SOURCES/AMDAEXTERNAL/AddVI.c - TO DO THIS: - a) in AMDALIB.2.0/SOURCES/Makefile SET TARGETS = AMDAEXTERNAL - c) make AMDALIB.2.0-clean - d) make AMDALIB.2.0-all - e) copy AMDALIB.2.0/SOURCES/AMDAEXTERNAL/AddVI to trunk/php/old_amda - - - -1. reinstall AMDALIB.2.0/SOURCES/PARAMEXTERNAL/getParamAmda.c with BASEDIR === .../trunk/generic_data/RemoteData/PARAMS - TO DO THIS: - aa) in AMDALIB.2.0/SOURCES/PARAMEXTERNAL/getParamAmda.ryba: #define BASEDIR "HTMLROOTPATHR/PARAMS/" - a) in AMDALIB.2.0/SOURCES/Makefile SET TARGETS = PARAMEXTERNAL - b) source amda.conf with - export HTMLROOTPATH=.../trunk/generic_data/RemoteData - c) make AMDALIB.2.0-clean - d) make AMDALIB.2.0-all - e) copy AMDALIB.2.0/SOURCES/PARAMEXTERNAL/getParamAmda.so to trunk/php/old_amda - - -2. new directory trunk/amda_plus/templates/ with new templates; - -3. DDHTML/RAWINFO is now trunk/generic_data/RemoteData/baseId/ -4. DDHTML/PARAM is now trunk/generic_data/RemoteData/PARAMS/ - -5. copy DDHTML/HTML/cdfInfo into trunk/php/old_amda/cdfInfo - -modify cdfInfo - -#! /bin/sh - - export IDL_DIR=/usr/local/rsi/idl_6.0 - 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 - export IDL_DLM_PATH=$IDL_DIR/bin/bin.linux.x86:/home/budnik/AMDANEW/AMDALIB/dlm - -echo '.run param_info' > aaa -echo param_info, \'$1\' , \'$2\' >> aaa -echo exit >> aaa - -$IDL_DIR/bin/idl aaa - -!!!!! IMPORTANT !!!! don't forget to add .../php/old_amda TO IDL_PATH - -6. new dirs (committed): ../generic_data/RemoteData - ../generic_data/RemoteData/CDAWEB; ../generic_data/RemoteData/VEXGRAZ; - ../generic_data/RemoteData/MAPSKP; ../generic_data/RemoteData/THEMIS; - - ../generic_data/RemoteData/PARAMS - - Bases.xml - THEMIS/base.xml (made by hand, Start/Stop should be updated by webservice) - - Bases.xml and all 'base.xml' should be "php AmdaUpdate.php install" during AMDA installation (DD WebServices) - After that to update Start-Stop use "php AmdaUpdate.php" without argument (updateOnly) - -new for AMDA-NG -7. THEMIS_CESR => all th*_pe*_sp_init.pro are generated now from templates thX_YYYY_sp_init.pro - args for th*spec - predefined - -8. REMEMBER: THEMIS_CESR - EVERYTHING IS PREDEFINED, VIs already exist at DD Server - -9. All datasets XML(CDF) descriptions are either predefined (VEXGRAZ, MAPSKP) or obtained by DD_Server (NEW feature, - in old AMDA it was done at AMDA client side) into the directory /data/DDBASE/INFO/datacenterID/DATASETS/ - and obtained by AMDA Client by corresponding URL - defined in config.php : define('INFOSITE', 'http://manunja.cesr.fr/BASE/'); (DD Server WebServices address) - - NOTE: now there is no symbolic link for RemotParamID.xml to replace ":" by "_" in the param ID. - Only original XML file is used. - -10. php: new class ParamMgr.php; etc -11. js: new class ParamsMgrUI.js; etc - - -12. minor changes: print_com.pro, search_com.pro \ No newline at end of file diff --git a/install_notes/UPLOAD_DATA b/install_notes/UPLOAD_DATA deleted file mode 100644 index 63fcda4..0000000 --- a/install_notes/UPLOAD_DATA +++ /dev/null @@ -1,7 +0,0 @@ -Upload Data - - php/src - Makefile should be modified manually - make - make install - - all executables are installed into php/bin \ No newline at end of file diff --git a/install_notes/UserWsTransfer b/install_notes/UserWsTransfer deleted file mode 100644 index f0561c7..0000000 --- a/install_notes/UserWsTransfer +++ /dev/null @@ -1,20 +0,0 @@ -1. - utils/conversion dir: - - paramConverter.php => creates mission_convert.xml files par mission - - script tries to map old AMDA parameter to new AMDA parameter by ID, - if fails by name, - if fails - asks to input new parameter ID - - - file 'Deleted.xml' is created manually - -2. - class UserWsTransfer is called during first visit by UsrMgr (if there is no user dir) - -3. - for testing purposes UserWsTransfer could be launched by userWsTransfer.php - in this case user WS is created in the BASE_PATH/test/ dir. - - \ No newline at end of file diff --git a/sencha.sh b/sencha.sh deleted file mode 100755 index e422430..0000000 --- a/sencha.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -UNAME="$(uname)" -ARGUMENTS=$* -DIRNAME="$(dirname $0)/lib/JSBuilder" -if [ $UNAME = "Darwin" ] ; then - OS="mac" -else - OS="linux" -fi -CMD="$DIRNAME/jsdb/$OS/jsdb -path $DIRNAME $DIRNAME/bin/Dispatch.js $ARGUMENTS" -$CMD -- libgit2 0.21.2