| From: | Chris <dmagick(at)gmail(dot)com> |
|---|---|
| To: | timasmith(at)hotmail(dot)com |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: One step install, up and running? |
| Date: | 2006-09-04 00:50:46 |
| Message-ID: | 44FB7866.9040605@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
timasmith(at)hotmail(dot)com wrote:
> Hi,
>
> I have a program which uses Postgresql as a database for persistence.
> The application uses IzPack to install.
>
> Ideally I would like to also install Postgresql in the same wizard
> conversation, plus get it up and running as a windows service (or
> daemon on 'nix).
>
> Is all of that possible - has anyone done it?
Here's how to do a silent installer with windows:
http://pginstaller.projects.postgresql.org/silent.html
A 'silent' / automatic install could be done on linux boxes using the
packages (rpm, deb, whatever).
--
Postgresql & php tutorials
http://www.designmagick.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jorge Godoy | 2006-09-04 02:07:31 | Re: Creating a date/time search function in Postgres. |
| Previous Message | Tom Lane | 2006-09-04 00:49:34 | Re: Syntax for converting double to a timestamp |