Changeset 918

Show
Ignore:
Timestamp:
01/23/06 02:20:32 (7 years ago)
Author:
max-horvath
Message:

"Changed permissions of INSTALL from 755 to 644 (it's just a text file)"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/INSTALL

    r768 r918  
    1 Prerequisites: 
     1PREREQUISITES 
     2============= 
     3 
    24-PHP5 
    35-Smarty template engine http://smarty.php.net/ 
     
    911-PEAR ( if you need RADIUS auth support, see below ) 
    1012 
    11 Installation 
     13INSTALLATION 
     14============ 
    1215 
    1316Open with your browser the following URL : http://myHost.com/wifidogPATH/install.php (replace myHost by your domain and wifidogPATH by the right PATH) 
     
    1518 
    16192005-09-25:  For graph support, you will currently need some unstable pear packages.  They can be installed by: 
    17 pear install Image_Graph-alpha Image_Canvas-alpha Image_Color  
     20pear install Image_Graph-alpha Image_Canvas-alpha Image_Color 
    1821 
    1922************************************* 
     
    2124************************************* 
    2225 
    23 The following section only needs to be followed if you want RADIUS support.  You'll need to install PEAR and several PEAR and PHP modules.  The procedure below is for PHP 5.0.2 under Mandrake 10.1.  You WILL need to adapt it under other distributions.   
     26The following section only needs to be followed if you want RADIUS support.  You'll need to install PEAR and several PEAR and PHP modules.  The procedure below is for PHP 5.0.2 under Mandrake 10.1.  You WILL need to adapt it under other distributions. 
    2427 
    2528All necessary RPM packages are available in the contrib urpmi source.  If you don't have a contrib source already, you can add one with the command: 
     
    3235php5-xml 
    3336php5-xmlrpc ---> depends on libxmlrpc 
    34 php5-mhash  
     37php5-mhash 
    3538php5-mcrypt 
    3639 
     
    7578 
    7679Enjoy! 
    77  
    78