Skip to content

Commit

Permalink
Add Postgres GIS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Dec 1, 2019
1 parent eb8bbf0 commit 060248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql --user=root --password=secret my
service mysql restart

# Install Postgres
apt-get install -y postgresql-11 postgresql-server-dev-11
apt-get install -y postgresql-11 postgresql-server-dev-11 postgresql-11-postgis-3 postgresql-11-postgis-3-scripts

# Configure Postgres Remote Access

Expand Down

0 comments on commit 060248f

Please sign in to comment.