Tâche #26465
Scénario #26461: Contributions aux logiciels libres
Mise en place d'OSMTagFinder
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Start date:
01/16/2019
Due date:
% Done:
0%
Remaining (hours):
0.0
Description
TagFinder est un moteur de recherche en plein texte pour les attributs OpenStreetMap
https://wiki.openstreetmap.org/wiki/FR:TagFinder
L'application est en ligne à l'adresse :
http://tagfinder.herokuapp.com/
Les sources :
https://github.com/geometalab/OSMTagFinder/tree/master/OSMTagFinder
History
#1 Updated by Gérald Schwartzmann over 4 years ago
- Description updated (diff)
#2 Updated by Gérald Schwartzmann over 4 years ago
- Status changed from Nouveau to En cours
#3 Updated by Gérald Schwartzmann over 4 years ago
- Status changed from En cours to Résolu
#4 Updated by Gérald Schwartzmann over 4 years ago
- Assigned To set to Gérald Schwartzmann
#5 Updated by Gérald Schwartzmann over 4 years ago
Pré-requis :
python, pip, virtualenv et git installés sur la machine
git clone https://github.com/geometalab/OSMTagFinder.git && cd OSMTagFinder
cd OSMTagFinder/
virtualenv OSMTagFinder
source OSMTagFinder/bin/activate
prompt
(OSMTagFinder) user@machine:~/work/OSMTagFinder/OSMTagFinder$
pip install -r requirements.txt
Configuration
(OSMTagFinder) user@machine:~/work/OSMTagFinder/OSMTagFinder$ vim data/config.ini
[Website] host = 0.0.0.0 port = 5000 […]
python server.py (python tagfinder.py) python server.py runserver
deactivate
#6 Updated by Laurent Flori over 4 years ago
Il m'a fallu ajouter les paquets suivants comme dépendance pour l'installer sur une eolebase 2.7.0
apt install build-essential python-all-dev libxml2-dev libxslt1-dev
(Sur une eolebase il faut aussi changer le port d'écoute par défaut, j'ai utilisé 12000 dans data/config.ini)
#7 Updated by Gérald Schwartzmann over 4 years ago
Ajout du tuto sur le wiki OpenStreetMap:
https://wiki.openstreetmap.org/wiki/FR:TagFinder
#8 Updated by Gérald Schwartzmann over 4 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) set to 0.0