Wicri:ChansonRolandV7 : Différence entre versions

De Wicri Chanson de Roland
(Mise en œuvre)
Ligne 28 : Ligne 28 :
 
       -t "Serveur d'exploration ChansonRolandV7"   
 
       -t "Serveur d'exploration ChansonRolandV7"   
  
 +
</source>
 +
;Définition $EXPLOR_AREA:
 +
<source lang="sh">
 +
EXPLOR_AREA=$WICRI_ROOT/Europe/ChansonRoland/explor/ChansonRoland.storage/ChansonRolandV7
 +
export EXPLOR_AREA
 +
export LC_ALL='C'
 +
</source>
 +
;Création des répertoires:
 +
<source lang="sh">
 +
mkdir $WICRI_ROOT/Europe/ChansonRoland/explor/ChansonRoland.storage
 +
mkdir $EXPLOR_AREA
 +
mkdir $EXPLOR_AREA/Import
 
</source>
 
</source>

Version du 22 juin 2021 à 15:25

Cette page introduit les aspects techniques de la version ChansonRolandV7 du « Serveur d'exploration ChansonRolandV7 ».

Voir aussi :

Mise en œuvre

Sur la machine de développement

Initialisations

Génération des pages wikis
source IstexGetCorpusSize -q "query"
 IstexGenerAreaPages \
       -a ChansonRolandV7   \
       -m   \
       -g ChansonRoland   \
       -x 1 \
       -p Europe/ChansonRoland \
       -W Europe/ChansonRoland \
       -s PascalFrancis   \
       -s Hal \
       -w wic-chan.rol.fr  \
       -z France \
       -z Allemagne   \
       -q '"chanson de roland" OR "song of roland)"' \
       -t "Serveur d'exploration ChansonRolandV7"
Définition $EXPLOR_AREA
EXPLOR_AREA=$WICRI_ROOT/Europe/ChansonRoland/explor/ChansonRoland.storage/ChansonRolandV7
export EXPLOR_AREA
export LC_ALL='C'
Création des répertoires
mkdir $WICRI_ROOT/Europe/ChansonRoland/explor/ChansonRoland.storage
mkdir $EXPLOR_AREA
mkdir $EXPLOR_AREA/Import