small addition2 to README.md
This commit is contained in:
parent
0cba478564
commit
96b25844fe
1 changed files with 6 additions and 0 deletions
|
|
@ -21,12 +21,17 @@ I collected this info as well as possible, but I might have missed something...
|
||||||
Building the Overpass API works best on linux. Therefore I created an Ubunto VM on my mac using UTM.
|
Building the Overpass API works best on linux. Therefore I created an Ubunto VM on my mac using UTM.
|
||||||
This works pretty smoothly given you have the right dependencies.
|
This works pretty smoothly given you have the right dependencies.
|
||||||
|
|
||||||
|
-> I did not niceify the paths. Adjust them to your own setup
|
||||||
|
|
||||||
#### UTM or other hypervisor
|
#### UTM or other hypervisor
|
||||||
- using virtualisation, so build from source on ARM64
|
- using virtualisation, so build from source on ARM64
|
||||||
- ubuntu 24.04 (minimal)
|
- ubuntu 24.04 (minimal)
|
||||||
- add extra virtual disk 64Gb (fits netherlands OSM database)
|
- add extra virtual disk 64Gb (fits netherlands OSM database)
|
||||||
- port forwards 22->2222 80->80 5173->5173
|
- port forwards 22->2222 80->80 5173->5173
|
||||||
|
|
||||||
|
5173 is optional for turbopass-api (see below)
|
||||||
|
22/ssh in your favorite terminal works better than the UTM system console
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt install g++ make expat libexpat1-dev zlib1g-dev wget bzip2 libtool autoconf osmium-tool git apache2
|
sudo apt install g++ make expat libexpat1-dev zlib1g-dev wget bzip2 libtool autoconf osmium-tool git apache2
|
||||||
|
|
@ -60,6 +65,7 @@ Restart=on-failure
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_You may need to add `u+x` for the cgi-bin/dispatcher executables_
|
||||||
|
|
||||||
#### optional: Overpass-turbo UI
|
#### optional: Overpass-turbo UI
|
||||||
Overpass-turbo frontend is not used by the agent.
|
Overpass-turbo frontend is not used by the agent.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue