source: trunk/INSTALL@ 7858

Last change on this file since 7858 was 7858, checked in by Pieter Naber, 15 years ago

Handover documentation

File size: 686 bytes
Line 
1Installing Nodemap 2.0
2
3=Introduction=
4Nodemap2.0 is a PHP based script and will work on a webserver with PHP version 5.
5
6All 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 TracBrowser for help on using the repository browser.