mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
osrm startup helpers added
This commit is contained in:
parent
d9f83425f6
commit
eb091cc1a4
14 changed files with 1928 additions and 0 deletions
11
osrm/start_server.sh
Normal file
11
osrm/start_server.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
IP="37.192.131.144"
|
||||
PORT=5000
|
||||
PATH="./pbf/"
|
||||
REGION="siberian-fed-district-latest"
|
||||
|
||||
while :
|
||||
do
|
||||
osrm-routed -i $IP -p $PORT "$PATH/$REGION.osrm"
|
||||
sleep 600
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue