Re: install postgis in linux server without desktop - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: install postgis in linux server without desktop
Date
Msg-id 1251910817.8406.27.camel@jd-desktop.unknown.charter.com
Whole thread Raw
In response to Re: install postgis in linux server without desktop  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
Responses Re: install postgis in linux server without desktop
List pgsql-general
On Wed, 2009-09-02 at 22:23 +0530, Sachin Srivastava wrote:
> On 09/02/2009 08:20 PM, shane_china wrote:
> > I want to know is there any way can install postgis for postgresql so easily,
> > just like one click bin on Ubuntu using command line?

sudo apt-get install postgresql-8.3-postgis

Then there will likely be something to the affect of:

psql -U <user> <db> < /usr/share/postgresql/8.3/contrib/postgis.sql (or
something like that)

Joshua D. Drake


--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering

pgsql-general by date:

Previous
From: Sachin Srivastava
Date:
Subject: Re: install postgis in linux server without desktop
Next
From: "Roderick A. Anderson"
Date:
Subject: Re: how to use multiple schema's