Re: install postgis in linux server without desktop

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
Cc: shane_china <xiaying4415139(at)163(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: install postgis in linux server without desktop
Date: 2009-09-02 17:00:17
Message-ID: 1251910817.8406.27.camel@jd-desktop.unknown.charter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2009-09-02 17:01:44 Re: how to use multiple schema's
Previous Message Sachin Srivastava 2009-09-02 16:53:15 Re: install postgis in linux server without desktop