sudo apt-get install -f
sudo apt-get update
sudo apt-get dist-upgrade
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt install postgis postgresql-9.4-postgis-2.3
sudo -u postgres psql -c "CREATE EXTENSION postgis; CREATE EXTENSION postgis_topology;" <your_database_name>
Posted by hashharvest to Rails CheatSheets (2017-12-05 03:10)