Update install.rst

Per this recommendation, liblwgeom should be 2.2.2?  Using 2.1.8 causes a dependency error
pull/10488/head
Chris Whong 8 years ago committed by GitHub
parent b841aa0335
commit b27f5ad515

@ -156,7 +156,7 @@ PostGIS
.. code-block:: bash
sudo apt-get install libxml2-dev
sudo apt-get install liblwgeom-2.1.8 postgis postgresql-9.5-postgis-2.2 postgresql-9.5-postgis-scripts
sudo apt-get install liblwgeom-2.2.2 postgis postgresql-9.5-postgis-2.2 postgresql-9.5-postgis-scripts
* Initialize template postgis database. We create a template database in postgresql that will contain the postgis extension. This way, every time CartoDB creates a new user database it just clones this template database

Loading…
Cancel
Save