Changeset 692

Show
Ignore:
Timestamp:
08/17/05 18:00:42 (8 years ago)
Author:
plec_
Message:

Add info about install script, remove old manual doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/INSTALL

    r685 r692  
    99-PEAR ( if you need RADIUS auth support, see below ) 
    1010 
    11 Install files: 
     11Installation 
    1212 
    13 -Uncompress the tarball on your web server. 
    14 -Copy the content of the libs directory of the smarty tarball in lib/smarty/ 
    15 -Copy the content of the magpierss-0.xx directory of the magpierss tarball in lib/magpie.  If you do not wish to install RSS support, you must set define('RSS_SUPPORT', false) in config.php. 
    16  
    17 -portal/cache/, and everything in tmp/smarty must be at least writable by your web server.  Run "sh permissions.sh" to set them 777 
    18  
    19 Database: 
    20 -Create the user wifidog (both in postgres and on your system). 
    21 -Import the schema: 
    22         psql -d template1 -U wifidog -W -f sql/wifidog-postgres-schema.sql 
    23 -Import initial data: 
    24         psql -d template1 -U wifidog -W -f sql/wifidog-postgres-initial-data.sql 
    25  
    26 Configure the system:    
    27 -Edit wifidog/config.php to suit your environment. 
     13Open with your browser the following URL : http://myHost.com/wifidogPATH/install.php (replace myHost by your domain and wifidogPATH by the right PATH) 
     14install.php will validate, install, create and configure all the stuff uoy need to have a working auth-server. 
    2815 
    2916*************************************