[GIS] No Postgis after installing opengeo suite

boundless-suite

After the installation of the opengeo suite; everything seems to work fine, except for the postgis extension of postgresql. In the dashboard all the postgis options are greyed out.

The system is running Ubuntu 12.04 (Precise) LTS Bare OS.

Is there a way to install postgis afterwards with the templates from opengeo?

Best Answer

Actually on Linux installations the postgis specific functionality on the dashboard is explicitly disabled since it's not running as a native app. So unless you saw some installation errors it is probably fine. You can verify by logging into the database from the terminal. Try this.

psql -U opengeo medford select postgis_version();

If that all works everything should be fine.