Index: trunk/extensions/GoogleMaps/INSTALL |
— | — | @@ -0,0 +1,10 @@ |
| 2 | +1. Go sign up for a Google Maps API key from |
| 3 | + |
| 4 | + http://maps.google.com/apis/maps/ |
| 5 | + |
| 6 | +2. Make sure this GoogleMaps folder is in your "extensions" directory |
| 7 | + |
| 8 | +3. Add this to the end of LocalSettings.php: |
| 9 | + |
| 10 | +$wgGoogleMapsKey = "your key from step 1 goes here"; |
| 11 | +require_once( "extensions/GoogleMaps/GoogleMaps.php" ); |