Menu

Tree [6ab0d6] default tip /
 History

Read Only access


File Date Author Commit
 .config 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 libs 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 res 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 ressources 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 src 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 .classpath 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 .cvsignore 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 .hgtags 2010-03-24 convert-repo convert-repo [3b7c40] update tags
 .project 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 TODOS 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 build-installer.sh 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 build-windows-install.sh 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 build.xml 2010-03-24 trashy trashy [6ab0d6] Ajout de l'instruction debug pour que la ligne ...
 cantine.nsi 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 changelog.txt 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 gpl.html 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 icone.ico 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 install.sh 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 install.xml 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 license.txt 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 make-distrib-package.sh 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 model_centre.clay 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 readme.txt 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk
 updater_icon.ico 2010-03-24 trasher trasher [a579e7] Put cantine-1.1 directory into main trunk

Read Me

INSTRUCTIONS D'INSTALLATION

0-CONTENU DE L'ARCHIVE

- install-cantine.jar : fichier java éxécutable pour l'installation
- install.sh : script exécutable de lancement de l'installation
- readme.txt : ce fichier
*****- cantine.sql : script d'initialisation de la base de données mysql

1-BASE DE DONNÉES MYSQL

- connectez-vous à votre serveur MySQL 
	$ mysql -u root [-p]
Le flag -p est requis si votre utilisateur root possède un mot de passe.
Notez qu'un utilisateur root sans mot de passe rend votre base de données insécure.
- créez la base de données qui recevra les données :
	mysql> CREATE DATABASE cantine;
Vous êtes libres de choisir le nom de base qui vous conviendra.
- insérez le contenu du fichier cantine.sql dans votre nouvelle base
	mysql>USE cantine;
	mysql>SOURCE cantine.sql;
- créez (pour l'utilisation) un utilisateur pour cette base 
	mysql>GRANT USAGE ON cantine.* TO 'cantine'@'%' IDENTIFIED BY 'cantine';

2-INSTALLATION DU PROGRAMME
- décompresser le package
        $ tar jxvf cantine.tar.bz2
- éxécuter le script install.sh
        $ chmod +x install.sh
        $ ./install.sh
- suivre la procédure (acceptation de la license, choix du chemin d'installation et des packages, créations des raccourcis).

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.