/[phpcompta]/phpcompta/INSTALL-fr.txt
ViewVC logotype

Diff of /phpcompta/INSTALL-fr.txt

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

revision 1.14 by sparkyx, Fri May 6 09:32:37 2005 UTC revision 1.15 by sparkyx, Fri May 6 09:34:19 2005 UTC
# Line 272  Line 272 
272    session.bug_compat_42 = 1    session.bug_compat_42 = 1
273    session.bug_compat_warn = 0    session.bug_compat_warn = 0
274    session.use_trans_sid = 1    session.use_trans_sid = 1
275      include_path=".:../include:addon"
276    
 sur unix:  
   
 include_path=".:../include:addon"  
   
 sur windows:  
   
 ; Windows: "\path1;\path2"  
 include_path = ".;C:\Program Files\EasyPHP1-7\php\pear\;..\include;..\addon"  
277    
278    
279    5.  Installation de PhpCompta    5.  Installation de PhpCompta
# Line 295  include_path = ".;C:\Program Files\EasyP Line 288  include_path = ".;C:\Program Files\EasyP
288    ·  Se connecter en tant que postgres et taper les commandes    ·  Se connecter en tant que postgres et taper les commandes
289    
290    
 <<<<<<< INSTALL-fr.txt  
291       createuser -h localhost -d  -P postgres phpcompta       createuser -h localhost -d  -P postgres phpcompta
292       createdb -h localhost -O phpcompta phpcompta       createdb -h localhost -O phpcompta phpcompta
293    
 =======  
      createuser -h localhost -d  -P postgres phpcompta  
      createdb -h localhost -O phpcompta phpcompta  
      createdb -h localhost -O phpcompta log  
      psql -h localhost -U phpcompta -f sql/log/log.sql log  
 >>>>>>> 1.13  
294    
295    
296    ·  Décompacter le package dans le répertoire de votre choix, et    ·  Décompacter le package dans le répertoire de votre choix, et

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26