Wicri:MaghrebDataLibMedV2 : Différence entre versions

De Wicri Santé
(Préparation)
(Préparation et transfert)
Ligne 35 : Ligne 35 :
 
<source lang="sh">
 
<source lang="sh">
 
   cd $WICRI_ROOT/Sante/explor/MaghrebDataLibMed.storage
 
   cd $WICRI_ROOT/Sante/explor/MaghrebDataLibMed.storage
   tar -cvf MaghrebDataLibMedV1.tar MaghrebDataLibMedV2
+
   tar -cvf MaghrebDataLibMedV2.tar MaghrebDataLibMedV2
 
  gzip MaghrebDataLibMedV2.tar
 
  gzip MaghrebDataLibMedV2.tar
  
 
  scp $ISTEX_PAR MaghrebDataLibMedV2.tar.gz $ISTEX_SCP:$WICRI_TARGET_ROOT/Sante/explor/MaghrebDataLibMed.storage
 
  scp $ISTEX_PAR MaghrebDataLibMedV2.tar.gz $ISTEX_SCP:$WICRI_TARGET_ROOT/Sante/explor/MaghrebDataLibMed.storage
 
</source>
 
</source>

Version du 27 juin 2021 à 19:05

Cette page introduit les aspects techniques de la version MaghrebDataLibMedV2 du « Serveur sur les données et bibliothèques médicales au Maghreb (version finale)».

Voir aussi :

Initialisation

Ce serveur est initialisé à partir de Wicri:MaghrebDataLibMedV1.

cd $WICRI_ROOT/Sante/explor/MaghrebDataLibMed.storage
mkdir MaghrebDataLibMedV2
mkdir MaghrebDataLibMedV2/Import
cp MaghrebDataLibMedV1/Import/pubmed_result.xml MaghrebDataLibMedV2/Import/.
cp MaghrebDataLibMedV1/Import/pmc_result.xml MaghrebDataLibMedV2/Import/.

Pour les pages :

 ExplorGenerAreaPages \
       -a MaghrebDataLibMedV2   \
       -m   \
       -g MaghrebDataLibMed   \
       -p Sante   \
       -w wicri-sante.fr  \
       -W Sante   \
       -s PubMed   \
       -s Pmc   \
       -s Ncbi

Installation

Préparation et transfert

  cd $WICRI_ROOT/Sante/explor/MaghrebDataLibMed.storage
  tar -cvf MaghrebDataLibMedV2.tar MaghrebDataLibMedV2
 gzip MaghrebDataLibMedV2.tar

 scp $ISTEX_PAR MaghrebDataLibMedV2.tar.gz $ISTEX_SCP:$WICRI_TARGET_ROOT/Sante/explor/MaghrebDataLibMed.storage