Rev 73 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
51 |
jpm |
1 |
#!/bin/bash
|
|
|
2 |
# Script permettant d'initialiser en une seule commande l'ensemble de la base de données eFlore.
|
|
|
3 |
CHEMIN_PHP="/opt/lampp/bin"
|
|
|
4 |
CHEMIN_TBF_CLI="/home/jpm/web/eflore/eflore-projets/scripts"
|
|
|
5 |
MEMORY_LIMIT="3500M"
|
|
|
6 |
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdtfx -a chargerTous
|
|
|
7 |
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php nvjfl -a chargerTous
|
|
|
8 |
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php insee_d -a chargerTous
|
|
|
9 |
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_639_1 -a chargerTous
|