Installing Nodemap 2.0 =Introduction= Nodemap2.0 is a PHP based script and will work on a webserver with PHP version 5. All the configuration of the application is done in the "config.php" file. =How to= $svn checkout http://svn.wirelessleiden.nl/svn/projects/NodeMap2.0/trunk NodeMap2.0 $cd NodeMap2.0 Alter the following config variables: - $config['node_status_file'] = 'http://watch.wirelessleiden.nl/nagios/export/node-status.csv'; - $config['node_location_file'] = 'http://watch.wirelessleiden.nl/nagios/export/genesis-nodes.conf'; - $config['mail'] = 'receipient@example.org'; - $config['googlekey']['example.org'] = 'YOUR_GOOGLE_MAPS_API_KEY'; $nano config.php