diff --git a/README.md b/README.md index 5182dbe9fa2008d1bbedbf1ba02f13dc5fe428ca..c67666000c6216d21de73d18980262929df20797 100755 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ Run `./setup.sh` Run `./start.sh` -## docker-compose - -Run `docker-compose up` - ## Resources Photon : https://github.com/komoot/photon diff --git a/bal2osm/osmfile.sh b/bal2osm/osmfile.sh index 275c438a3294eb66b2d92cece64f8cd5bd4ffea6..3e5d7ceb7a696b486794c9e6ba5a9b652eb89148 100644 --- a/bal2osm/osmfile.sh +++ b/bal2osm/osmfile.sh @@ -7,7 +7,7 @@ if [ -e "$DATAPATH/$OSMFILE" ]; then rm "$DATAPATH/$OSMFILE" fi -# Get the Métropole de Lyon database +# Get the Métropole de Lyon adresses file if [ -e "$DATAPATH/bal_200046977.csv" ]; then rm $DATAPATH/bal_200046977.csv fi diff --git a/setup.sh b/setup.sh index 5f2e38a0c9e970ddfd5d9275533026327e4cd8e3..c5c00d3674d9b114da396ba756f7331236dc8269 100755 --- a/setup.sh +++ b/setup.sh @@ -9,10 +9,6 @@ docker-compose rm -f sudo rm -Rf ./nominatimdata && mkdir nominatimdata sudo rm -Rf ./photondata && mkdir photondata -# Get the Métropole de Lyon database -#sudo rm ./bal2osm/bal_200046977.csv -#wget --directory-prefix=./bal2osm https://download.data.grandlyon.com/files/grandlyon/localisation/bal/bal_200046977.csv - # Generate OSM file cd bal2osm docker build -t bal2osm .