Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2608 closed enhancement (fixed)

Streamline stackbuilder by getting rid of login credentials

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.1.3
Component: build Version: master
Keywords: history Cc:

Description

As Paul noted having the super user credential prompt in stack uilder is only useful for the "Create spatial database" and frankly installer shouldn't be doing that. So we should get rid of it in the installer.

http://lists.osgeo.org/pipermail/postgis-devel/2014-January/024068.html

Now that we have CREATE EXTENSION we should just have people do that. Might e useful as a final dialog or something to note the various create extension options:

Because creating the sample database installs

CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
CREATE EXTENSION postgis_tiger_geocoder;
CREATE EXTENSION pgrouting;

and for 2.2 we'll be including point cloud as well. Would be useful for people to be aware of all these packaged extensions in some easy way.

Change History (3)

comment:1 by robe, 10 years ago

Milestone: PostGIS 2.2.0PostGIS 2.1.3
Owner: changed from strk to robe

comment:2 by robe, 10 years ago

Resolution: fixed
Status: newclosed

I decided to keep the create spatial database option. Seems people actually find that useful especially if you are creating a silent installer (which I gotta fix).

However, I did change in 2.1.3 release so that if the create spatial database option is not checked, then the username/password dialog screen will not come up. By default it isn't checked. It will come up if create spatial database option is checked.

comment:3 by robe, 10 years ago

Keywords: history added
Note: See TracTickets for help on using tickets.