Wicri:MaghrebDataLibMedV2 : Différence entre versions
De Wicri Santé
(→Initialisation) |
|||
| (12 révisions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
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)]]». | 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 : | ||
| + | |||
| + | *[[Wicri:MaghrebDataLibMedV2/Paramètres, data]] - ''génération des données'' | ||
| + | *[[Wicri:MaghrebDataLibMedV2/Paramètres, fr]] - ''paramètres de navigation''. | ||
| + | *[[Wicri:MaghrebDataLibMedV2/Paramètres, size]] - ''génération des modèles liés aux valeurs numériques'' | ||
| + | *[[Wicri:MaghrebDataLibMedV2/Paramètres, maps]] - ''génération de cartes géographiques'' | ||
| + | *[[Wicri:MaghrebDataLibMedV2/Paramètres, include]] - ''génération du modèle d'affichage des résultats bruts'' | ||
| + | ==Initialisation== | ||
| + | Ce serveur est initialisé à partir de [[Wicri:MaghrebDataLibMedV1]]. | ||
| + | <source> | ||
| + | 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/. | ||
| + | </source> | ||
| + | Pour les pages : | ||
| + | <source lang="sh"> | ||
| + | |||
| + | ExplorGenerAreaPages \ | ||
| + | -a MaghrebDataLibMedV2 \ | ||
| + | -m \ | ||
| + | -g MaghrebDataLibMed \ | ||
| + | -p Sante \ | ||
| + | -w wicri-sante.fr \ | ||
| + | -W Sante \ | ||
| + | -s PubMed \ | ||
| + | -s Pmc | ||
| + | </source> | ||
| + | |||
| + | ==Installation== | ||
| + | ===Préparation et transfert=== | ||
| + | <source lang="sh"> | ||
| + | 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 | ||
| + | </source> | ||
| + | ===Sur la machine Démo.Istex=== | ||
| + | <source lang="sh"> | ||
| + | cd $WICRI_ROOT/Sante/explor/MaghrebDataLibMed.storage | ||
| + | |||
| + | gunzip MaghrebDataLibMedV2.tar.gz | ||
| + | tar -xvf MaghrebDataLibMedV2.tar | ||
| + | gzip MaghrebDataLibMedV2.tar | ||
| + | </source> | ||
Version actuelle datée du 27 juin 2021 à 18:28
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 :
- Wicri:MaghrebDataLibMedV2/Paramètres, data - génération des données
- Wicri:MaghrebDataLibMedV2/Paramètres, fr - paramètres de navigation.
- Wicri:MaghrebDataLibMedV2/Paramètres, size - génération des modèles liés aux valeurs numériques
- Wicri:MaghrebDataLibMedV2/Paramètres, maps - génération de cartes géographiques
- Wicri:MaghrebDataLibMedV2/Paramètres, include - génération du modèle d'affichage des résultats bruts
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
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
Sur la machine Démo.Istex
cd $WICRI_ROOT/Sante/explor/MaghrebDataLibMed.storage
gunzip MaghrebDataLibMedV2.tar.gz
tar -xvf MaghrebDataLibMedV2.tar
gzip MaghrebDataLibMedV2.tar