makeRemote
523 Bytes
#!/bin/bash
#
#
#
export AMDA_IHM=./..
# check if Orbites.xml exists; if not create it !
if [ ! -e $AMDA_IHM/generic_data/LocalData/OrbitsAll.xml ]; then
php $AMDA_IHM/php/makeOrbitsList.php
php $AMDA_IHM/php/makeOrbitsInKm.php
fi
# make Proxies for 'isSimulation' dataCenters from Bases.xml
php $AMDA_IHM/php/RemoteDataCenter/makeProxy.php
# make [TARGET].json
php $AMDA_IHM/php/RemoteDataCenter/makeOrbitsArgs.php
# make template args
php $AMDA_IHM/php/RemoteDataCenter/makeArgs.php