/[openfoncier]/trunk/README.txt
ViewVC logotype

Diff of /trunk/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by fraynaud, Sun Feb 13 21:52:57 2011 UTC revision 220 by fmichon, Tue Oct 18 16:02:51 2011 UTC
# Line 1  Line 1 
1  openMairie Exemple  openFoncier
2  ==================  ===========
3    
4  AUTEURS openFoncier =========================================================  Avertissement
5  Francois Raynaud / [email protected]  -------------
6  Jean-Louis Bastide / [email protected]  
7    openFoncier est une application sensible, nécessitant un paramétrage précis.
8    Un mauvais paramétrage peut entrainer le non respect du code de l'urbanisme.
9    Ni l'équipe du projet openFoncier ni le chef de projet ne peuvent être tenus
10    pour responsables d'un éventuel dysfonctionnement comme ceci est précisé dans
11    la licence jointe. Vous pouvez, si vous le souhaitez, faire appel a un
12    prestataire spécialisé qui peut fournir support, hot-line, maintenance, et
13    garantir le fonctionnement en environnement de production.
14    
15    
16    Licence
17    -------
18    
19    Voir le fichier LICENSE.txt.
20    
21    
22    Description
23    -----------
24    
25    openFoncier est un logiciel de gestion de l'urbanisme. Il permet le suivi de
26    l'instruction des demandes de permis et d'autorisations. openFoncier comprend
27    la gestion de l'enchainement des tâches, des délais légaux et de la prise en
28    compte des contraintes du PLU, avec possibilité d'affichage cartographique...
29    
30    
31    Installation
32    ------------
33    
34    Voir le fichier INSTALL.txt.
35    
36    
37    Documentation
38    -------------
39    
40    Vous trouverez toute la documentation du projet sur le site
41    http://www.openmairie.org/
42    
43    
44    Auteurs, contributeurs & crédits
45    --------------------------------
46    
47    Francois Raynaud / [email protected]
48    Jean-Louis Bastide / [email protected]
49  alain baldachino / [email protected]  alain baldachino / [email protected]
50  francis astay / [email protected]  francis astay / [email protected]
51  yves rakotovahiny /[email protected]  yves rakotovahiny /[email protected]
52  laurent bouquet / [email protected]  laurent bouquet / [email protected]
53    Thierry BENITA / [email protected]
54    Florent MICHON / [email protected]
55    
   
 ==============================================================================  
   
 _____________________________________________________________________________  
 Pre requis :  
 ============  
 Vous devez avoir installer:  
 - un serveur apache et php  
 - une base de donnees : mysql ou postgresql  
 -----------------------------------------------------------------------------  
 Prerequisite :  
 ============  
 You must have the following services installed :  
 - Apache server with php extension  
 - database server : mysql or postgresql  
 _____________________________________________________________________________  
 En fait, reportez vous aux installations de :  
 - sous windows : wamp (http://www.wampserver.com/)  
                  ou easyphp(http://easyphp.fr/)  
 - sous linux : lamp  
   
 Si vous utilisez postgre sql, voir install sur le site :  
 http://www.postgresqlfr.org/  
   
 Si vous debutez, il est plus simple de garder mysql qui est packagee avec  
 easyphp ou wamp.  
 -----------------------------------------------------------------------------  
 you should report to the installations of :  
 - for windows : wamp (http://www.wampserver.com/)  
                 or easyphp(http://easyphp.fr/)  
 - for Linux : lamp  
   
 In case you use postgresql, you also have to install postgresql  
 (http://www.postgresqlfr.org/)  
   
 If you're new to all that, it'd be easier to keep mysql that comes  
 included in the easyphp or wamp package.  
 _____________________________________________________________________________  
 * Installation de openmairie_xxx  -> voir INSTALL.TXT  
    copier le repertoire openmairie_xxx sur votre serveur  
         wamp/www/openmairie_xxx  
         sous linux (debian) : var/www/openmairie_xxx  
 -----------------------------------------------------------------------------  
 Install openmairie_xxx ->  see INSTALL.TXT  
    copy the openmairie_xxx folder on your server  
         wamp/www/openmairie_xxx  
        for Linux (Debian) : var/www/openmairie_xxx  
 ___________________________________________________________________________  
 * Initialisation de la base en MySQL ou Postgresql  
     creer la base openxxx sur mysql  
     Ensuite, il faut creer les tables de la base de donnees  
     puis executer les scripts SQL suivants :  
     - en mysql :  
       data/mysql/init.sql  
     - en pgsql  
       data/pgsql/init.sql  
 ----------------------------------------------------------------------------  
  Initialize the MySQL or postgresql database  
     create the openxxx database on mysql or pgsql  
     Then, you have to create the database tables  
     then execute the following SQL scripts :  
     - for mysql :  
     openmairie_recensement/data/mysql/init.sql  
     - for pgsql  
     openmairie_recensement/data/pgsql/init.sql  
 ____________________________________________________________________________  
 * parametrer la connexion dans /dyn/database.inc.php  
   
 parametrage par defaut :  
 conn[1] est un tableau php qui contient les parametres de connexion suivants  
     'titre => 'openxxx (mysql ou pgsql)',[parametrage openmairie]  
     'phptype'  => 'mysql', ou 'pgsql' [ne pas changer parametrage dbpear]  
     'dbsyntax' => '',[ne pas changer parametrage dbpear]  
     'username' => 'root', [par defaut sur wamp easyphp ou lamp /  
                            a voir avec le fournisseur d acces le cas echeant]  
     'password' => '' [par defaut sur wamp easyphp ou lamp /  
                         a voir avec le fournisseur d acces le cas echeant]  
     'protocol' => '',  
     'hostspec' => 'localhost', [nom de serveur par defaut wamp ou easyphp]  
     'port'     => '',  [ne pas changer parametrage dbpear]  
     'socket'   => '',  [ne pas changer parametrage dbpear]  
     nom de la base => 'openxxx', [parametrage openmairie]  
     format date par defaut =>'AAAA-MM-JJ' [[parametrage openmairie ne pas changer]  
     shema => '' ou 'public' pour postgre  
     prefixe => ''      
 ----------------------------------------------------------------------------------  
 setting up the connection in /dyn/database.inc.php  
   
 default settings :  
 conn[1] is a php array containing the following connection settings  
     'titre => 'openxxx ',[openmairie setting]  
     'phptype'  => 'mysql', or 'pgsql' [do not change dbpear setting]  
     'dbsyntax' => '',[do not change dbpear setting]  
     'username' => 'root', [default setting on wamp easyphp or lamp /  
                            see with provider if needed]  
     'password' => '' [default setting on wamp easyphp or lamp /  
                            see with provider if needed]  
     'protocol' => '',  
     'hostspec' => 'localhost', [default server name for wamp or easyphp]  
     'port'     => '',  [do not change dbpear setting]  
     'socket'   => '',  [do not change dbpear setting]  
     'dbname' => 'openxxx', [openmairie setting]  
     'default date format' =>'AAAA-MM-JJ' [do not change openmairie setting]  
     'shema' => '' ou 'public' for postgre  
     'prefixe' => ''      
 _________________________________________________________________________________  
 ATTENTION :  
 Ne pas oublier de faire une sauvegarde du repertoire /trs ou sont stockees toutes  
 les donnees numerisees (photos, arretes, autorisation ...)  
   
 Sous linux mettre les droits d ecriture  
 Mise en place du logo  
 ----------------------------------------------------------------------------------  
 BE CAREFUL :  
 Do not forget to backup the folder /trs where are stored all the digital datas  
 (photos, pdf...)  
   
 On Linux, you have to set the "write" permissions (see 2.5)  
 Setting up the logo  
 __________________________________________________________________________________  
 *  LOGIN PASSWORD [table om_utilisateur]  
 demo/demo  
 admin/admin  
 ______________________________________________________________________________  
 * Parametage [setting] : /dyn  
  dyn/var.inc  
  dyn/config.inc.php  
     activer descastiver  le mode demo  
     [activate /desactivate]  
     path des librairies utilisees [path libraries]  
     theme jquery  
 ________________________________________________________________________  
 * Libraries : javascript (js), php, sql, translation  
   
  - js  
  externals : lib/  (jquery,tinymce,openlayer ...)  
  internals : js/  
   
  - php  
  externals: php/ (openMairie, pear, fpdf)  
  internals: scr/ (screen / ecrans)  
             spg/ (sous progr generique : combo, upload, localization, rvb ...)  
             trt/ (treatment)  
             gen/ (generator)  
             obj/ objet métier  
   
  - sql      data/ ... initialization  
             sql/ ...        
   
  translation : /locales  
   
 [documentation] =======================  
 toute la documentation sur :  
 [All the documentation] on:  
 http://www.openmairie.org  
 =======================================  
   
 FRAMEWORK openMairie 4.0.0  
 Francois Raynaud <[email protected]>  
 Florent Michon<[email protected]>  
 Jean-Louis Bastide <[email protected]>  
 Thierry Benita <[email protected]>  
 frederic giva <[email protected]>  
 freddy francois <[email protected]>  

Legend:
Removed from v.6  
changed lines
  Added in v.220

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26