Changeset 7858 for trunk/INSTALL
- Timestamp:
- Apr 22, 2010, 11:06:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/INSTALL ¶
r7755 r7858 1 1 Installing Nodemap 2.0 2 2 3 =Introduction= 3 4 Nodemap2.0 is a PHP based script and will work on a webserver with PHP version 5. 4 5 5 6 All 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 12 Alter 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.