Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

No changes between revisions

Ignore whitespace Rev 50 → Rev 51

/trunk/scripts/initialiserEflore.sh
New file
0,0 → 1,9
#!/bin/bash
# Script permettant d'initialiser en une seule commande l'ensemble de la base de données eFlore.
CHEMIN_PHP="/opt/lampp/bin"
CHEMIN_TBF_CLI="/home/jpm/web/eflore/eflore-projets/scripts"
MEMORY_LIMIT="3500M"
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdtfx -a chargerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php nvjfl -a chargerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php insee_d -a chargerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_639_1 -a chargerTous
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property