mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
Vagrant setup for CentOS 8
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
proj-epsg bzip2-devel proj-devel boost-devel \
|
||||
expat-devel zlib-devel
|
||||
|
||||
# make sure pg_config gets found
|
||||
echo 'PATH=/usr/pgsql-11/bin/$PATH' >> ~/.bash_profile
|
||||
source ~/.bash_profile
|
||||
|
||||
# If you want to run the test suite, you need to install the following
|
||||
# additional packages:
|
||||
|
||||
@@ -85,9 +89,6 @@ sudo chown vagrant /srv/nominatim #DOCS:
|
||||
# CentOS does not automatically create a database cluster. Therefore, start
|
||||
# with initializing the database, then enable the server to start at boot:
|
||||
|
||||
echo 'PATH=$PATH:/usr/pgsql-11/bin' > .bash_profile
|
||||
source .bash_profile
|
||||
|
||||
sudo /usr/pgsql-11/bin/postgresql-11-setup initdb
|
||||
sudo systemctl enable postgresql-11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user