|
|
@@ -1,3 +1,35 @@ |
|
|
|
# Fichier liés au service Jirafeau |
|
|
|
|
|
|
|
Sauvegarde du fichier de configuration |
|
|
|
|
|
|
|
``` |
|
|
|
cp /var/www/jirafeau/lib/config.local.php /home/admin/services/jirafeau/config.local.php.$(date +%Y%M%d-%H%M%S) |
|
|
|
``` |
|
|
|
|
|
|
|
``` |
|
|
|
chown -R www-data /var/www/jirafeau/media/viregul |
|
|
|
``` |
|
|
|
|
|
|
|
Modifier le fichier config.local.php : |
|
|
|
``` |
|
|
|
$cfg['style'] = 'viregul'; |
|
|
|
$cfg['organisation'] = 'VireGUL'; |
|
|
|
$cfg['contactperson'] = 'VireGul - contact arobase viregul.fr'; |
|
|
|
$cfg['title'] = 'VireGul Drop temporaire'; |
|
|
|
|
|
|
|
$cfg['availabilities'] = array( |
|
|
|
'minute' => false, |
|
|
|
'hour' => true, |
|
|
|
'day' => true, |
|
|
|
'week' => true, |
|
|
|
'month' => true, |
|
|
|
'quarter' => false, |
|
|
|
'year' => false, |
|
|
|
'none' => false |
|
|
|
); |
|
|
|
|
|
|
|
$cfg['maximal_upload_size'] = 200; |
|
|
|
``` |
|
|
|
|
|
|
|
Le fichier tos.local.txt propose une version francisée des Terms Of Service |
|
|
|
|