move installation instructions from wiki page here

This commit is contained in:
Sarah Hoffmann
2016-06-07 22:47:57 +02:00
parent 186a633185
commit f71e9dd187
4 changed files with 123 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#
# *Note:* these installation instructions are also available in executable
# form for use with vagrant in the vagrant/ directory.
# form for use with vagrant under vagrant/install-on-centos-7.sh.
#
# Installing the Required Software
# ================================
@@ -67,8 +67,8 @@
#
# Next tune the postgresql configuration, which is located in
# `/var/lib/pgsql/data/postgresql.conf`. See
# [the wiki](http://wiki.openstreetmap.org/wiki/Nominatim/Installation#PostgreSQL_Tuning_and_Configuration) for the parameters to change.
# `/var/lib/pgsql/data/postgresql.conf`. See section *Postgres Tuning* in
# [the installation page](Installation.md) for the parameters to change.
#
# Now start the postgresql service after updating this config file.