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
|
Installation
|
||||||
Avec les options --help, -help, -h, et -?, vous obtiendrez cette aide.
|
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
|
<?php
|
||||||
exit;
|
exit;
|
||||||
@ -20,7 +21,6 @@ if (!isRoot()) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$action = $argv[1];
|
$action = $argv[1];
|
||||||
$mode = strtoupper($argv[2]);
|
$mode = strtoupper($argv[2]);
|
||||||
$hostname = exec('echo $(hostname)');
|
$hostname = exec('echo $(hostname)');
|
||||||
@ -28,10 +28,12 @@ $wwwroot = realpath(dirname(__FILE__).'/../../');
|
|||||||
|
|
||||||
switch ($action)
|
switch ($action)
|
||||||
{
|
{
|
||||||
case 'check':
|
|
||||||
|
|
||||||
break;
|
|
||||||
case 'install':
|
case 'install':
|
||||||
|
writeConfig();
|
||||||
|
changePermission();
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 'genwsdl':
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user