From 1ae833b22ae2dfb885addcf84ab8a21d1bc826c5 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 2 Feb 2011 13:24:07 +0000 Subject: [PATCH] Script installation --- config/install.php | 57 +++++++--------------------------------------- 1 file changed, 8 insertions(+), 49 deletions(-) diff --git a/config/install.php b/config/install.php index c9fd22c9..1016e37f 100644 --- a/config/install.php +++ b/config/install.php @@ -1,11 +1,8 @@ #!/usr/bin/php wwwroot/data/ -// // Paramètres -if ( $argc < 2 || in_array($argv[1], array('--help', '-help', '-h', '-?')) ) { +if ( $argc < 1 || in_array($argv[1], array('--help', '-help', '-h', '-?')) ) { ?> Installation Avec les options --help, -help, -h, et -?, vous obtiendrez cette aide. @@ -13,25 +10,17 @@ Avec les options --help, -help, -h, et -?, vous obtiendrez cette aide. Utilisation : options [environnement] options : - check - Vérifie les différents éléments de la configuration - et affiche le résultat (Nécessite d'être ROOT) - configure - Execute les actions de configuration suivant le serveur - install - Créer le lien symbolique - update-vhost - Met à jour la configuration définie dans apache si nécessaire - (Nécessite d'être ROOT) -environnement : - PRD : Production - REC : Recette - DEV : Developpement