Rev | Line | |
---|
[7755] | 1 | Installing Nodemap 2.0
|
---|
[7610] | 2 |
|
---|
[7858] | 3 | =Introduction=
|
---|
[7755] | 4 | Nodemap2.0 is a PHP based script and will work on a webserver with PHP version 5.
|
---|
| 5 |
|
---|
[7858] | 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
TracBrowser
for help on using the repository browser.