Changeset 7858 for trunk/INSTALL


Ignore:
Timestamp:
Apr 22, 2010, 11:06:55 AM (15 years ago)
Author:
Pieter Naber
Message:

Handover documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/INSTALL

    r7755 r7858  
    11Installing Nodemap 2.0
    22
     3=Introduction=
    34Nodemap2.0 is a PHP based script and will work on a webserver with PHP version 5.
    45
    56All the configuration of the application is done in the "config.php" file.
     7
     8=How to=
     9$svn checkout http://svn.wirelessleiden.nl/svn/projects/NodeMap2.0/trunk NodeMap2.0
     10$cd NodeMap2.0
     11
     12Alter the following config variables:
     13  - $config['node_status_file']         =       'http://watch.wirelessleiden.nl/nagios/export/node-status.csv';
     14  - $config['node_location_file']       =       'http://watch.wirelessleiden.nl/nagios/export/genesis-nodes.conf';
     15  - $config['mail']                                     =       'receipient@example.org';
     16  - $config['googlekey']['example.org'] = 'YOUR_GOOGLE_MAPS_API_KEY';
     17$nano config.php
Note: See TracChangeset for help on using the changeset viewer.