Wicri:ArcheoLaboV1/Paramètres, data : Différence entre versions
De Wicri Archéologie
(→Mise en œuvre) |
(→Mise en œuvre) |
||
Ligne 82 : | Ligne 82 : | ||
<code> | <code> | ||
:WicriGetPage -l wicri-archeologie.fr -p "Wicri:ArcheoLaboV1/Paramètres, data" \<br/>> $EXPLOR_AREA/Import/WicriAreaParam.data.wiki</code> | :WicriGetPage -l wicri-archeologie.fr -p "Wicri:ArcheoLaboV1/Paramètres, data" \<br/>> $EXPLOR_AREA/Import/WicriAreaParam.data.wiki</code> | ||
− | + | Si reprise | |
− | + | <source lang="sh"> | |
− | + | sh $EXPLOR_AREA/bin/AreaReset.sh | |
− | + | </source> | |
− | + | <source lang="sh"> | |
+ | ExplorAreaDataCreate -d $EXPLOR_AREA | ||
+ | make -f $EXPLOR_AREA/bin/area.mk | ||
+ | </source> |
Version actuelle datée du 10 mars 2024 à 11:59
Cette page introduit les paramètres de génération de la version ArcheoLaboV1 du Serveur d'exploration sur l'archéologie en France.
Voir aussi : paramétrage de l'interface
Table des paramètres fixes
Cette table s'appuie principalement sur wicri-outils.fr:Dilib, module Ccsd, Explor data.
type | rubrique | valeur |
---|---|---|
areaCode | Area | ArcheoLaboV1 |
langs | Area | fr |
listStreams | Area | Main ; Europe ; Archaeology |
typeStream | Area/Main | Ccsd:HalSolo |
typeStream | Area/Europe | Explor:IndexSelect |
typeStream | Area/Archaeology | Explor:IndexSelect |
listIndexes | Area/Archaeology/Curation | RBID.i ; AffPays.i ; HalTutInc.i; AffRegion.i ; AffOrg.i ; Author.i |
listCross | Area/Main/Curation | pays2tutInc |
hasType | Area/Archaeology/Curation/HalTutInc.i | Ccsd:tutelleInc |
Paramètres variables
type | rubrique | valeur |
---|---|---|
importFile | Area/Main/Corpus | hal-JeanSchneider.xml ; hal-crulh.xml ; hal-anhima.xml ; hal-asmmtc.xml ; hal-1313-2010.xml ; hal-1313-2005.xml ; hal-1313-1900.xml ; hal-1003.xml ; hal-184759.xml ; hal-619.xml ; hal-118105.xml ; hal-746.xml ; hal-938.xml ; hal-199915.xml ; hal-206481.xml ; hal-233001.xml ; hal-15218.xml ; hal-95610.xml ; hal-1199.xml ; hal-108597.xml ; hal-941.xml ; hal-54342.xml ; hal-211149.xml ; hal-57629.xml ; hal-231904.xml ; hal-199947.xml ; hal-842.xml ; hal-199355.xml ; hal-680.xml ; hal-147942.xml ; hal-620.xml ; hal-24513.xml ; hal-197242.xml ; hal-146317.xml ; hal-670.xml ; hal-565.xml ; hal-179621.xml ; hal-225873.xml ; hal-218275.xml ; hal-1341.xml ; hal-44429.xml ; hal-53129.xml ; hal-24514.xml ; hal-121395.xml ;hal-1014.xml ; hal-220237.xml ; hal-217516.xml ; hal-44675.xml; hal-3182.xml |
selectOrCommand | Area/Europe/Extraction | :AffPays.i ; Allemagne ; Italie ; Royaume-Uni ; Belgique |
selectOrCommand | Area/Archaeology/Extraction | :Wicri.i ; Archéologie ; Préhistoire ; HalKwd.i ; Néolithique ; Archéozoologie |
Mise en œuvre
- Définition $EXPLOR_AREA
EXPLOR_AREA=$WICRI_ROOT/Archeologie/explor/ArcheoLabo.storage/ArcheoLaboV1
export EXPLOR_AREA
export LC_ALL='C'
- Récupération des tables
WicriGetPage -l wicri-archeologie.fr -p "Wicri:ArcheoLaboV1/Paramètres, data" \
> $EXPLOR_AREA/Import/WicriAreaParam.data.wiki
Si reprise
sh $EXPLOR_AREA/bin/AreaReset.sh
ExplorAreaDataCreate -d $EXPLOR_AREA
make -f $EXPLOR_AREA/bin/area.mk