# Now you can install all packages needed for Nominatim:
- sudo yum install -y postgresql-server postgresql-contrib postgresql-devel postgis postgis-utils \
+ sudo yum install -y postgresql-server postgresql-contrib postgresql-devel \
+ postgis postgis-utils \
git cmake make gcc gcc-c++ libtool policycoreutils-python \
- php-pgsql php php-pear php-pear-DB php-intl libpqxx-devel proj-epsg \
- bzip2-devel proj-devel geos-devel libxml2-devel boost-devel expat-devel zlib-devel
+ php-pgsql php php-pear php-pear-DB php-intl libpqxx-devel \
+ proj-epsg bzip2-devel proj-devel libxml2-devel boost-devel \
+ expat-devel zlib-devel
# If you want to run the test suite, you need to install the following
# additional packages:
- sudo yum install -y python-pip python-Levenshtein python-psycopg2 \
- python-numpy php-phpunit-PHPUnit
- pip install --user --upgrade pip setuptools lettuce==0.2.18 six==1.9 \
- haversine Shapely pytidylib
+ sudo yum install -y python34-pip python34-setuptools python34-devel \
+ php-phpunit-PHPUnit
+ pip3 install --user behave nose pytidylib psycopg2
sudo pear install PHP_CodeSniffer
#
#
# Next tune the postgresql configuration, which is located in
# `/var/lib/pgsql/data/postgresql.conf`. See section *Postgres Tuning* in
-# [the installation page](Installation.md) for the parameters to change.
+# [the installation page](../admin/Installation.md#postgresql-tuning)
+# for the parameters to change.
#
# Now start the postgresql service after updating this config file.
# Nominatim is now ready to use. Continue with
-# [importing a database from OSM data](Import-and-Update.md).
+# [importing a database from OSM data](../admin/Import-and-Update.md).
sudo apt-get install -y build-essential cmake g++ libboost-dev libboost-system-dev \
libboost-filesystem-dev libexpat1-dev zlib1g-dev libxml2-dev\
- libbz2-dev libpq-dev libgeos-dev libgeos++-dev libproj-dev \
- postgresql-server-dev-9.5 postgresql-9.5-postgis-2.2 postgresql-contrib-9.5 \
+ libbz2-dev libpq-dev libproj-dev \
+ postgresql-server-dev-9.5 postgresql-9.5-postgis-2.2 \
+ postgresql-contrib-9.5 \
apache2 php php-pgsql libapache2-mod-php php-pear php-db \
php-intl git
sudo apt-get install -y python3-setuptools python3-dev python3-pip \
python3-psycopg2 python3-tidylib phpunit php-cgi
- pip3 install --user behave nose # urllib3
+ pip3 install --user behave nose
sudo pear install PHP_CodeSniffer
#
#
# Tune the postgresql configuration, which is located in
# `/etc/postgresql/9.5/main/postgresql.conf`. See section *Postgres Tuning* in
-# [the installation page](Installation.md) for the parameters to change.
+# [the installation page](../admin/Installation.md#postgresql-tuning)
+# for the parameters to change.
#
# Restart the postgresql service after updating this config file.
# Nominatim is now ready to use. Continue with
-# [importing a database from OSM data](Import-and-Update.md).
+# [importing a database from OSM data](../admin/Import-and-Update.md).