Modification script install
This commit is contained in:
parent
cf0529f135
commit
717a2747cf
@ -7,9 +7,10 @@ if ( $argc < 1 || in_array($argv[1], array('--help', '-help', '-h', '-?')) ) {
|
||||
Installation
|
||||
Avec les options --help, -help, -h, et -?, vous obtiendrez cette aide.
|
||||
|
||||
Utilisation : <?php echo $argv[0]; ?> options [environnement]
|
||||
Utilisation : <?php echo $argv[0]; ?> [action]
|
||||
|
||||
options :
|
||||
action :
|
||||
- install : Création de la configuration et des modifications nécessaire sur les fichiers
|
||||
|
||||
<?php
|
||||
exit;
|
||||
@ -19,7 +20,6 @@ if (!isRoot()) {
|
||||
echo 'Vous devez être ROOT pour utiliser ce script';
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
$action = $argv[1];
|
||||
$mode = strtoupper($argv[2]);
|
||||
@ -28,10 +28,12 @@ $wwwroot = realpath(dirname(__FILE__).'/../../');
|
||||
|
||||
switch ($action)
|
||||
{
|
||||
case 'check':
|
||||
|
||||
break;
|
||||
case 'install':
|
||||
writeConfig();
|
||||
changePermission();
|
||||
break;
|
||||
|
||||
case 'genwsdl':
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user