Changeset 503

Show
Ignore:
Timestamp:
07/13/08 21:07:15 (2 months ago)
Author:
thierry
Message:

correction de la doc d'installation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • com_asradius/trunk/install.txt

    r494 r503  
    33 
    44UPDATE: 
    5 After an initial installation, if you make changes this Joomla component, and must make available a version update in Joomla: 
    6 copy the file asradius_maj.xml to asradius.xml 
     5Use the manager components of Joomla in the backend. 
     6Delete compoment 
     7Install a new version of component 
    78 
    8 NOTE: If you need to update the database, add in the XML file these lines (this is an example): 
    9  
    10   <install> 
    11                 <queries> 
    12                 . 
    13                 . 
    14     . 
    15 +                       <query id="1">ALTER TABLE #__asradius ADD typecli INT(11) NOT NULL AFTER maccli; 
    16 +      </query> 
    17 +                       <query id="2">ALTER TABLE #__asradius ADD INDEX (typecli); 
    18 +      </query> 
    19       . 
    20       . 
    21       . 
    22                 </queries> 
    23         </install> 
     9NOTE OF DEVELOPMENT : If you need to update the database : 
     10File : install.asradius.php 
     11(this is an example) 
     12ALTER TABLE #__asradius ADD typecli INT(11) NOT NULL AFTER maccli; 
     13ALTER TABLE #__asradius ADD INDEX (typecli);