Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1267 → Rev 1268

/alcasar.sh
591,7 → 591,7
admin_portal=!
fi
done
# Création du fichier de clés de ce compte dans le profil "admin"
# Creation of keys file for the admin account ("admin")
[ -d $DIR_DEST_ETC/digest ] && rm -rf $DIR_DEST_ETC/digest
mkdir -p $DIR_DEST_ETC/digest
chmod 755 $DIR_DEST_ETC/digest
600,8 → 600,8
/usr/sbin/htdigest -c $DIR_DEST_ETC/digest/key_admin $HOSTNAME.$DOMAIN $admin_portal
done
$DIR_DEST_SBIN/alcasar-profil.sh --list
else # mise à jour des versions < 2.1
if [ $MAJ_PREVIOUS_VERSION -lt 2 ] || ([ $MAJ_PREVIOUS_VERSION -eq 2 ] && [ $MIN_PREVIOUS_VERSION -lt 1 ])
else # update needed for versions previous then 2.8 due to the integration of the domain name ("localdomain" by default)
if [ $MAJ_PREVIOUS_VERSION -lt 2 ] || ([ $MAJ_PREVIOUS_VERSION -eq 2 ] && [ $MIN_PREVIOUS_VERSION -lt 8 ])
then
if [ $Lang == "fr" ]
then
1703,7 → 1703,6
read a
fi
clear
 
reboot
} # End post_install ()
 
/CHANGELOG
10,7 → 10,8
- Creation of a netflow probe (kernel module)
- complete network statistics can be viewed in ACC (nfsen)
- The porttracker nfsen module allows to view network statistics by protocols
- The imputability files are now included in a single archive file (one per week)
- The imputability files are now included in a single archive file (one per week)
- The Alcasar name includes the domain name (localdomain by default). We prepare the future when we will include the domain name of company.
---------------------- 2.7.2 ---------------------
BUGS - Modify the unit 'radiusd.service in order to wait for mysql
- Creation of an unit 'loadbalancing.service' instead of init.d script
/readme.txt
6,10 → 6,11
- New installation : Need the CD dual architecture (32b and 64b) of Linux Mageia2 (Mageia-2-dual-CD.iso).
--> Follow the installation documentation.
- Update an earlier version
--> 1 - Run the installation of the new version (it will stop after the creation of a configuration file)
--> 2 - Retrieve this configuration file (/tmp/alcasar-conf.tar.gz)
--> 3 - Install Linux-Mageia2 (cf. installation doc)
--> 4 - Copy the file 'alcasar-conf.tar.gz' in the folder '/tmp' before launching the installation of ALCASAR
--> Run the installation of the new version and follow the instructions
if you current version is not compatible, the update process will stop after the creation of a configuration file
--> 1 - Retrieve this configuration file (/tmp/alcasar-conf.tar.gz)
--> 2 - Install Linux-Mageia2 (cf. installation doc)
--> 3 - Copy the file 'alcasar-conf.tar.gz' in the folder '/tmp' before launching the installation of the new version of ALCASAR
 
*********** Français ********
 
16,8 → 17,8
- Nouvelle installation : elle s'effectue sur la base CD double architectures (32b et 64b) de Linux Mageia2 (Mageia-2-dual-CD.iso).
--> Suivez la procédure d'installation.
- Mise à jour d'une ancienne version :
--> 1 - Lancez l'installation de la nouvelle version (celle-ci s'arrétera après avoir créé un fichier de configuration)
--> 2 - Récupérez ce fichier de configuration (/tmp/alcasar-conf.tar.gz)
--> 3 - Installez Linux-Mageia2 (cf. doc d'installation)
--> 4 - copiez le fichier 'alcasar-conf.tar.gz' dans le répertoire '/tmp' avant de lancez l'installation d'ALCASAR
 
--> Lancez l'installation de la nouvelle version et suivez les instructions
si la version actuelle n'est pas compatible, le processus de mise à jour s'arrétera après avoir créé un fichier de configuration
--> 1 - Récupérez ce fichier de configuration (/tmp/alcasar-conf.tar.gz)
--> 2 - Installez Linux-Mageia2 (cf. doc d'installation)
--> 3 - copiez le fichier 'alcasar-conf.tar.gz' dans le répertoire '/tmp' avant de lancez l'installation de la nouvelle version d'ALCASAR
/web/acc/alcasar-2.8-installation-en.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/acc/alcasar-2.8-installation-fr.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property