Changeset 918
- Timestamp:
- 01/23/06 02:20:32 (7 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/INSTALL (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/INSTALL
r768 r918 1 Prerequisites: 1 PREREQUISITES 2 ============= 3 2 4 -PHP5 3 5 -Smarty template engine http://smarty.php.net/ … … 9 11 -PEAR ( if you need RADIUS auth support, see below ) 10 12 11 Installation 13 INSTALLATION 14 ============ 12 15 13 16 Open with your browser the following URL : http://myHost.com/wifidogPATH/install.php (replace myHost by your domain and wifidogPATH by the right PATH) … … 15 18 16 19 2005-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 20 pear install Image_Graph-alpha Image_Canvas-alpha Image_Color 18 21 19 22 ************************************* … … 21 24 ************************************* 22 25 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. 26 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. 24 27 25 28 All 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: … … 32 35 php5-xml 33 36 php5-xmlrpc ---> depends on libxmlrpc 34 php5-mhash 37 php5-mhash 35 38 php5-mcrypt 36 39 … … 75 78 76 79 Enjoy! 77 78
