https://github.com/coderbyheart/xing-contact-map
Visualisiert die eigenen XING-Kontakte auf einer Karte.
https://github.com/coderbyheart/xing-contact-map
Last synced: 6 months ago
JSON representation
Visualisiert die eigenen XING-Kontakte auf einer Karte.
- Host: GitHub
- URL: https://github.com/coderbyheart/xing-contact-map
- Owner: coderbyheart
- License: mit
- Created: 2012-07-31T09:56:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-10T08:00:25.000Z (over 13 years ago)
- Last Synced: 2025-06-03T16:22:54.330Z (7 months ago)
- Language: JavaScript
- Homepage: http://xingmap.coderbyheart.de/
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XING Kontakt Karte
Visualisiert die eigenen XING-Kontakte auf einer Karte.
## Bekannte Probleme
Siehe [Issues](https://github.com/tacker/xing-contact-map/issues).
## Links
* Hier läuft eine Instanz der Anwendung: http://xingmap.coderbyheart.de/
* [Thread im XING-Developer-Forum](https://www.xing.com/net/prie8c09ex/xingdevs/discuss-with-the-community-682826/started-hacking-visualize-contacts-on-map-41598171/41598171/).
## Setup
### Konfiguration
Die Datei `config.ini.dist` nach `config.ini` kopieren und die eigenen XING-API-Zugangsdaten eintragen.
Die Datei `assets/config.js.dist` nach `assets/config.js` kopieren und die eigenen Google-Maps-API-Zugangsdaten eintragen.
### Installation der Dependencies
make install
## Dev-Server starten
source VIRTUALENV/bin/activate
python2 xingmap.py
## Integration mit Apache
Dies ist eine Beispiel-Konfiguration für einen virtuellen Host:
ServerName
ServerAdmin hosting@coderbyheart.de
UseCanonicalName Off
DocumentRoot /srv/www//
/>
AllowOverride All
Options -Indexes FollowSymLinks
DirectoryIndex index.php index.html
Order allow,deny
Allow from all
CustomLog /srv/www//logs/access_log combined
ErrorLog /srv/www//logs/error_log
WSGIDaemonProcess bottle user= group= processes=1 threads=5
WSGIScriptAlias / /srv/www//adapter.wsgi
Anschließend muss noch die `adapter.wsgi` angepasst werden.