mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Integrate Ubuntu 20 instructions into documentation
This commit is contained in:
@@ -43,6 +43,7 @@ ADD_CUSTOM_TARGET(doc
|
|||||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Centos-7.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Centos-7.md
|
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Centos-7.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Centos-7.md
|
||||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Ubuntu-16.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Ubuntu-16.md
|
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Ubuntu-16.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Ubuntu-16.md
|
||||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Ubuntu-18.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Ubuntu-18.md
|
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Ubuntu-18.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Ubuntu-18.md
|
||||||
|
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bash2md.sh ${PROJECT_SOURCE_DIR}/vagrant/Install-on-Ubuntu-20.sh ${CMAKE_CURRENT_BINARY_DIR}/appendix/Install-on-Ubuntu-20.md
|
||||||
COMMAND mkdocs build -d ${CMAKE_CURRENT_BINARY_DIR}/../site-html -f ${CMAKE_CURRENT_BINARY_DIR}/../mkdocs.yml
|
COMMAND mkdocs build -d ${CMAKE_CURRENT_BINARY_DIR}/../site-html -f ${CMAKE_CURRENT_BINARY_DIR}/../mkdocs.yml
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ This page contains generic installation instructions for Nominatim and its
|
|||||||
prerequisites. There are also step-by-step instructions available for
|
prerequisites. There are also step-by-step instructions available for
|
||||||
the following operating systems:
|
the following operating systems:
|
||||||
|
|
||||||
|
* [Ubuntu 20.04](../appendix/Install-on-Ubuntu-20.md)
|
||||||
* [Ubuntu 18.04](../appendix/Install-on-Ubuntu-18.md)
|
* [Ubuntu 18.04](../appendix/Install-on-Ubuntu-18.md)
|
||||||
* [Ubuntu 16.04](../appendix/Install-on-Ubuntu-16.md)
|
* [Ubuntu 16.04](../appendix/Install-on-Ubuntu-16.md)
|
||||||
* [CentOS 7.2](../appendix/Install-on-Centos-7.md)
|
* [CentOS 7.2](../appendix/Install-on-Centos-7.md)
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ sudo update-locale LANG=en_US.UTF-8 #DOCS:
|
|||||||
export APT_LISTCHANGES_FRONTEND=none #DOCS:
|
export APT_LISTCHANGES_FRONTEND=none #DOCS:
|
||||||
export DEBIAN_FRONTEND=noninteractive #DOCS:
|
export DEBIAN_FRONTEND=noninteractive #DOCS:
|
||||||
|
|
||||||
|
#
|
||||||
|
# !!! danger "Important"
|
||||||
|
# Ubuntu 20.04 uses Postgresql 12 and Postgis 3, which are known to cause
|
||||||
|
# performance issues. They are not recommended for a production
|
||||||
|
# installation at the moment.
|
||||||
#
|
#
|
||||||
# *Note:* these installation instructions are also available in executable
|
# *Note:* these installation instructions are also available in executable
|
||||||
# form for use with vagrant under vagrant/Install-on-Ubuntu-20.sh.
|
# form for use with vagrant under vagrant/Install-on-Ubuntu-20.sh.
|
||||||
@@ -19,9 +24,9 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
|||||||
#
|
#
|
||||||
|
|
||||||
#DOCS: :::sh
|
#DOCS: :::sh
|
||||||
sudo apt-get \
|
sudo apt-get \ #DOCS:
|
||||||
-o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" \
|
-o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" \ #DOCS:
|
||||||
--allow-downgrades --allow-remove-essential --allow-change-held-packages \
|
--allow-downgrades --allow-remove-essential --allow-change-held-packages \ #DOCS:
|
||||||
-fuy install grub-pc #DOCS:
|
-fuy install grub-pc #DOCS:
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user