Commit 69e54063935f25285ca4c6f2eb50746009aaa36f

Authored by Etienne Pallier
1 parent ebe38bef

update readme avec template version

Showing 1 changed file with 54 additions and 2 deletions   Show diff stats
README-IRAP.md
1   -Labinvent 2.1 alpha
  1 +LabInvent : Logiciel d'inventaire du matériel d'un laboratoire (à l'origine, développé pour le laboratoire IRAP de Toulouse)
  2 +
  3 +COPYRIGHT (C) 2012-2016 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France
  4 +
  5 +Auteurs : Etienne Pallier <epallier@irap.omp.eu>, Elodie Bourrec <ebourrec@irap.omp.eu>, Alexandre Cases (alexandre.cases@etu.univ-tlse2.fr)
  6 +
  7 +Licence GPL (http://www.gnu.org/copyleft/gpl.html) - Voir le fichier LICENSE.txt
  8 +
  9 +Ce logiciel est construit sur un framework Php orienté objets nommé "CakePhp", dans sa version 3.3 (http://cakephp.org)
  10 +
  11 +Il fonctionne avec Php 5.6+ (et bientot Php 7)
  12 +
  13 +Pour l'installer, aller dans le repertoire "install/" et lire le document INSTALLATION.txt
  14 +
  15 +-----------------------------------------------------------------------------------------------------------
  16 +
  17 +Date: 11/05/2016
  18 +Version: 2.1.9
  19 +Mise à jour doc install
  20 +(Attention, changement structure BDD)
  21 +Demande (terminée): https://projects.irap.omp.eu/issues/3542
  22 +Version majeure en cours (2.1): https://projects.irap.omp.eu/versions/101
  23 +
  24 +Historique des versions: https://gitlab.irap.omp.eu/epallier/labinvent
  25 +
  26 +-----------------------------------------------------------------------------------------------------------
  27 +
  28 +Logiciel testé et validé sur les configurations suivantes :
  29 +
  30 +- Centos 6.6 (version production IRAP) :
  31 + - PHP : 5.3.3-40.el6_6
  32 + - Mysql : 5.1.73-3.el6_5
  33 + - Apache : 2.2.15-39.el6.centos
  34 +
  35 +- (TODO) Centos 6.4 (version test Etienne Pallier linux) :
  36 + - PHP : 5.3.3
  37 + - MYSQL : 5.1.73
  38 + - APACHE : 2.2.15
  39 +
  40 +- (TODO) Linux Suse 12.3 (version test Elodie Bourrec)
  41 + - PHP : 5.3.17
  42 + - MYSQL : 5.5.33 (MariaDB)
  43 + - Apache : 2.2.22
  44 +
  45 +- Linux CentOS (version test Elodie Bourrec)
  46 + - PHP : 5.4.31
  47 + - MYSQL : 5.5.38
  48 + - Apache : 2.2.15
  49 +
  50 +- Mac OS 10.11.4 (version test Etienne Pallier) avec XAMPP pour OS X 5.6.3, soit :
  51 + - PHP 5.6.3
  52 + - MySQL: 5.6.21
  53 + - Apache 2.4.10
  54 +
2 55  
3   -Using Cakephp3 and Php5
4 56 \ No newline at end of file
... ...