Re: [HACKERS] PostgreSQL installation CD based on Morphix

Lists: pgadmin-hackerspgsql-advocacypgsql-hackers
From: Jean-Michel POURE <jm(at)poure(dot)com>
To: pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: PostgreSQL installation CD based on Morphix
Date: 2004-01-22 15:15:36
Message-ID: 200401221615.36464.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Dear friends,

In the past, there were several discussions in order to find suitable answers
for MS Windows users willing to install and run PostgreSQL.

Some of you suggested that users should "install GNU/Linux over Windows". Not
so easy for the basic MySQL or Ms Windows user, who need technical
assistance ... and fear to destroy their machine.

Therefore, I would like to draw some attention on the Morphix CD project from
http://sourceforge.net/projects/morphix.

Morphix is an auto-bootable Debian GNU/Linux distribution based on Knoppix.

What makes Morphix different is that the project has several graphical
installers and wizards in preparation (written in plain C, using GTK-2
libraries and Glade-2) ... which could possibly be used to install GNU/Linux
and PostgreSQL tools over MS Windows.

You can download a preview CD of Morphix from this address:
http://prdownloads.sourceforge.net/morphix/MorphixCombined-Gnome-0.4-1.iso?download

Except for the installer itself, the wizards are not yet available in the main
Morphix CD. To have a look at them, you will need to checkout from CVS
(http://cvs.sourceforge.net/viewcvs.py/morphix) and open the files in
Glade-2.

I also made some screenshots here:

- morphixinstaller: once Morphix has booted in demo mode, you can use this
wizard to install Morphix on the disk. Screenshots:
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step1.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step2.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step3.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step4.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step5.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step6.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step7.png

- isomorphgui: graphical distribution maker (select the requested packages for
your distribution and burn the ISO). Screenshots:
http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_1.png
http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_2.png

- partitionmorpher: resize partitions on the fly (GTK-2 interface to
libparted). Screenshots:
http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_1.png
http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_2.png

IMHO opinion, there is a need to study the Morphix project in more details.

Morphix could be a possible solution to the MS Windows migration problems. It
probably involves 50 times less work than migrating PostgreSQL to MS Windows
(and is a complete different project except for the fact that it could well
bring as much new users to PostgreSQL than a native Win port and is less
risky).

The possible steps for such a project could be (just a guess):

1) Validate Morphixinstaller, isomorphgui and partitionmorpher wizards. These
wizards are still in early stages of development. They are developed by one
person, who would probably like to receive some help.

2) Create a wizard for PostgreSQL post-installation steps using GTK-2 and
Glade-2: configuration of hosts and authentication, tuning and optimization
of various parameters (Mainly a graphical interface to pg_hba.conf and
postgresql.conf).

3) Gather all known PostgreSQL related Debian packages, including pgAdmin III,
PhpPgAdmin, as well as PHP, Apache and report tools (and much more) and burn
Morphix-PostgreSQL CDs.

There could be a "light PostgreSQL CD" as well as a "complete PostgreSQL CD".

4) Create a single website in 30 languages (http://installer.postgresql.org?)
dedicated to releasing the installation CD.

Based on the pgAdmin experience, there could well be more than 50.000
downloads every month, out of which 70% would be migrating from MS Windows to
GNU/Linux.

Comments and ideas are welcome. I would like to help anyone interested in
becoming the lead of such a project.

Best regards,
Jean-Michel Pouré


From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>, <pgadmin-hackers(at)postgresql(dot)org>, <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: [HACKERS] PostgreSQL installation CD based on Morphix
Date: 2004-01-22 17:12:11
Message-ID: 1819.24.211.141.25.1074791531.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Jean-Michel POURE said:
>
> Morphix could be a possible solution to the MS Windows migration
> problems. It probably involves 50 times less work than migrating
> PostgreSQL to MS Windows (and is a complete different project except
> for the fact that it could well bring as much new users to PostgreSQL
> than a native Win port and is less risky).
>

This is a fantasy, IMNSHO. Windows users will want a native program that
they can run just like other Windows programs, and alongside them.
Requiring the installation of a complete Linux distribution, no matter how
nicely packaged, is hardly likely to win many Windows converts to postgres.

If I were a data center manager, I would not think of allowing such a
hybrid machine into it. I would insist that we either ran postgres as a
native windows service, or run it on a pur *nix machine, or not at all.

It would be a massive and unnecessary distraction, for no benefit, for
postgresql hackers to go down this route.

BTW, the major pieces of the Windows port are falling into place quite
nicely, with little evidence so far of the risks you mention. Of course,
there will be a few teething troubles, but nobody has yet seen a major
blocker. The biggest problems (forking and signal emulation) appear to
have been solved.

cheers

andrew


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: jm(at)poure(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on Morphix
Date: 2004-01-23 01:45:11
Message-ID: 20040123104511.58c7611e.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

We (Japan PostgreSQL User Group) have just created "PostgreSQL LiveCD"
based KNOPPIX to promote PostgreSQL to newbies. It includes

- PostgreSQL 7.4.1
- PHP 4.3.4
- Apache 1.3.29
- Tomcat 4.1.9 (but J2SDK is not included because of license.)
- phpPgAdmin 3.2.1
- pgAdmin3 1.0.2
- phpbb
- Full text search in these manuals

Screen shot:
http://www.postgresql.jp/~snaga/shot.png

If you boot your machine with this CD-ROM, all of them are running and
you can start web application development without any installation.

We will introduce this CD-ROM on NET&COM 2004(Feb.4-6) at Tokyo.

Jean-Michel POURE <jm(at)poure(dot)com> wrote:
> Dear friends,
>
> In the past, there were several discussions in order to find suitable answers
> for MS Windows users willing to install and run PostgreSQL.
>
> Some of you suggested that users should "install GNU/Linux over Windows". Not
> so easy for the basic MySQL or Ms Windows user, who need technical
> assistance ... and fear to destroy their machine.
>
> Therefore, I would like to draw some attention on the Morphix CD project from
> http://sourceforge.net/projects/morphix.
>
> Morphix is an auto-bootable Debian GNU/Linux distribution based on Knoppix.
>
> What makes Morphix different is that the project has several graphical
> installers and wizards in preparation (written in plain C, using GTK-2
> libraries and Glade-2) ... which could possibly be used to install GNU/Linux
> and PostgreSQL tools over MS Windows.
>
> You can download a preview CD of Morphix from this address:
> http://prdownloads.sourceforge.net/morphix/MorphixCombined-Gnome-0.4-1.iso?download
>
> Except for the installer itself, the wizards are not yet available in the main
> Morphix CD. To have a look at them, you will need to checkout from CVS
> (http://cvs.sourceforge.net/viewcvs.py/morphix) and open the files in
> Glade-2.
>
> I also made some screenshots here:
>
> - morphixinstaller: once Morphix has booted in demo mode, you can use this
> wizard to install Morphix on the disk. Screenshots:
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step1.png
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step2.png
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step3.png
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step4.png
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step5.png
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step6.png
> http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step7.png
>
> - isomorphgui: graphical distribution maker (select the requested packages for
> your distribution and burn the ISO). Screenshots:
> http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_1.png
> http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_2.png
>
> - partitionmorpher: resize partitions on the fly (GTK-2 interface to
> libparted). Screenshots:
> http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_1.png
> http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_2.png
>
> IMHO opinion, there is a need to study the Morphix project in more details.
>
> Morphix could be a possible solution to the MS Windows migration problems. It
> probably involves 50 times less work than migrating PostgreSQL to MS Windows
> (and is a complete different project except for the fact that it could well
> bring as much new users to PostgreSQL than a native Win port and is less
> risky).
>
> The possible steps for such a project could be (just a guess):
>
> 1) Validate Morphixinstaller, isomorphgui and partitionmorpher wizards. These
> wizards are still in early stages of development. They are developed by one
> person, who would probably like to receive some help.
>
> 2) Create a wizard for PostgreSQL post-installation steps using GTK-2 and
> Glade-2: configuration of hosts and authentication, tuning and optimization
> of various parameters (Mainly a graphical interface to pg_hba.conf and
> postgresql.conf).
>
> 3) Gather all known PostgreSQL related Debian packages, including pgAdmin III,
> PhpPgAdmin, as well as PHP, Apache and report tools (and much more) and burn
> Morphix-PostgreSQL CDs.
>
> There could be a "light PostgreSQL CD" as well as a "complete PostgreSQL CD".
>
> 4) Create a single website in 30 languages (http://installer.postgresql.org?)
> dedicated to releasing the installation CD.
>
> Based on the pgAdmin experience, there could well be more than 50.000
> downloads every month, out of which 70% would be migrating from MS Windows to
> GNU/Linux.
>
> Comments and ideas are welcome. I would like to help anyone interested in
> becoming the lead of such a project.
>
> Best regards,
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] [HACKERS] PostgreSQL installation CD based on Morphix
Date: 2004-01-23 02:08:32
Message-ID: 20040123110832.7d6fc622.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

If you want to install to your hard drive, KNOPPIX installation script
can help you.

However, I think "without any installation" is more important for
newbies.

Any comments?

Satoshi Nagayasu <snaga(at)snaga(dot)org> wrote:
> We (Japan PostgreSQL User Group) have just created "PostgreSQL LiveCD"
> based KNOPPIX to promote PostgreSQL to newbies. It includes
>
> - PostgreSQL 7.4.1
> - PHP 4.3.4
> - Apache 1.3.29
> - Tomcat 4.1.9 (but J2SDK is not included because of license.)
> - phpPgAdmin 3.2.1
> - pgAdmin3 1.0.2
> - phpbb
> - Full text search in these manuals
>
> Screen shot:
> http://www.postgresql.jp/~snaga/shot.png
>
> If you boot your machine with this CD-ROM, all of them are running and
> you can start web application development without any installation.
>
> We will introduce this CD-ROM on NET&COM 2004(Feb.4-6) at Tokyo.
>
> Jean-Michel POURE <jm(at)poure(dot)com> wrote:
> > Dear friends,
> >
> > In the past, there were several discussions in order to find suitable answers
> > for MS Windows users willing to install and run PostgreSQL.
> >
> > Some of you suggested that users should "install GNU/Linux over Windows". Not
> > so easy for the basic MySQL or Ms Windows user, who need technical
> > assistance ... and fear to destroy their machine.
> >
> > Therefore, I would like to draw some attention on the Morphix CD project from
> > http://sourceforge.net/projects/morphix.
> >
> > Morphix is an auto-bootable Debian GNU/Linux distribution based on Knoppix.
> >
> > What makes Morphix different is that the project has several graphical
> > installers and wizards in preparation (written in plain C, using GTK-2
> > libraries and Glade-2) ... which could possibly be used to install GNU/Linux
> > and PostgreSQL tools over MS Windows.
> >
> > You can download a preview CD of Morphix from this address:
> > http://prdownloads.sourceforge.net/morphix/MorphixCombined-Gnome-0.4-1.iso?download
> >
> > Except for the installer itself, the wizards are not yet available in the main
> > Morphix CD. To have a look at them, you will need to checkout from CVS
> > (http://cvs.sourceforge.net/viewcvs.py/morphix) and open the files in
> > Glade-2.
> >
> > I also made some screenshots here:
> >
> > - morphixinstaller: once Morphix has booted in demo mode, you can use this
> > wizard to install Morphix on the disk. Screenshots:
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step1.png
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step2.png
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step3.png
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step4.png
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step5.png
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step6.png
> > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step7.png
> >
> > - isomorphgui: graphical distribution maker (select the requested packages for
> > your distribution and burn the ISO). Screenshots:
> > http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_1.png
> > http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_2.png
> >
> > - partitionmorpher: resize partitions on the fly (GTK-2 interface to
> > libparted). Screenshots:
> > http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_1.png
> > http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_2.png
> >
> > IMHO opinion, there is a need to study the Morphix project in more details.
> >
> > Morphix could be a possible solution to the MS Windows migration problems. It
> > probably involves 50 times less work than migrating PostgreSQL to MS Windows
> > (and is a complete different project except for the fact that it could well
> > bring as much new users to PostgreSQL than a native Win port and is less
> > risky).
> >
> > The possible steps for such a project could be (just a guess):
> >
> > 1) Validate Morphixinstaller, isomorphgui and partitionmorpher wizards. These
> > wizards are still in early stages of development. They are developed by one
> > person, who would probably like to receive some help.
> >
> > 2) Create a wizard for PostgreSQL post-installation steps using GTK-2 and
> > Glade-2: configuration of hosts and authentication, tuning and optimization
> > of various parameters (Mainly a graphical interface to pg_hba.conf and
> > postgresql.conf).
> >
> > 3) Gather all known PostgreSQL related Debian packages, including pgAdmin III,
> > PhpPgAdmin, as well as PHP, Apache and report tools (and much more) and burn
> > Morphix-PostgreSQL CDs.
> >
> > There could be a "light PostgreSQL CD" as well as a "complete PostgreSQL CD".
> >
> > 4) Create a single website in 30 languages (http://installer.postgresql.org?)
> > dedicated to releasing the installation CD.
> >
> > Based on the pgAdmin experience, there could well be more than 50.000
> > downloads every month, out of which 70% would be migrating from MS Windows to
> > GNU/Linux.
> >
> > Comments and ideas are welcome. I would like to help anyone interested in
> > becoming the lead of such a project.
> >
> > Best regards,
> >
> >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 7: don't forget to increase your free space map settings
> >
>
>
> --
> NAGAYASU Satoshi <snaga(at)snaga(dot)org>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: Jean-Michel POURE <jm(at)poure(dot)com>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] [HACKERS] PostgreSQL installation CD based on Morphix
Date: 2004-01-23 09:18:16
Message-ID: 200401231018.16337.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Le Vendredi 23 Janvier 2004 03:08, Satoshi Nagayasu a écrit :
> If you want to install to your hard drive, KNOPPIX installation script
> can help you.
> However, I think "without any installation" is more important for
> newbies.
> Any comments?

Dear Satoshi,

Your Knoppix-based CD-ROM is a great way to promote PostgreSQL. My Debian
workstation was installed using Knoppix. It worked like a charm without any
problem until now.

My point of view is that Knoppix text-based installation scripts are not
enough user-friendly for most MS Windows users.

This opinion comes from a self-study that I conducted visiting my neighbours
in order to demonstrate and install Debian. My neighbours are mostly casual
MS Windows users with no special background in computing.

Some accepted to replace MS Windows with Debian, others did not. But all of
them had problems with Knoppix text-based installation scripts.

Therefore, my personal opinion is that Knoppix with good graphical
installation wizards would 'rock'. This is how I turned to Morphix ... which
is mostly based on Knoppix. The problem is that Morphix wizards are still
very unstable.

Now, if you allow it, I will contact you privately to propose for help the
best I can ...

Best regards,
Jean-Michel


From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 13:14:17
Message-ID: 1074863657.22457.12099.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

What do people think about putting an .iso of this on the postgresql ftp
server and/or the sourceforge site?

Robert Treat

On Thu, 2004-01-22 at 21:08, Satoshi Nagayasu wrote:
> If you want to install to your hard drive, KNOPPIX installation script
> can help you.
>
> However, I think "without any installation" is more important for
> newbies.
>
> Any comments?
>
> Satoshi Nagayasu <snaga(at)snaga(dot)org> wrote:
> > We (Japan PostgreSQL User Group) have just created "PostgreSQL LiveCD"
> > based KNOPPIX to promote PostgreSQL to newbies. It includes
> >
> > - PostgreSQL 7.4.1
> > - PHP 4.3.4
> > - Apache 1.3.29
> > - Tomcat 4.1.9 (but J2SDK is not included because of license.)
> > - phpPgAdmin 3.2.1
> > - pgAdmin3 1.0.2
> > - phpbb
> > - Full text search in these manuals
> >
> > Screen shot:
> > http://www.postgresql.jp/~snaga/shot.png
> >
> > If you boot your machine with this CD-ROM, all of them are running and
> > you can start web application development without any installation.
> >
> > We will introduce this CD-ROM on NET&COM 2004(Feb.4-6) at Tokyo.
> >
> > Jean-Michel POURE <jm(at)poure(dot)com> wrote:
> > > Dear friends,
> > >
> > > In the past, there were several discussions in order to find suitable answers
> > > for MS Windows users willing to install and run PostgreSQL.
> > >
> > > Some of you suggested that users should "install GNU/Linux over Windows". Not
> > > so easy for the basic MySQL or Ms Windows user, who need technical
> > > assistance ... and fear to destroy their machine.
> > >
> > > Therefore, I would like to draw some attention on the Morphix CD project from
> > > http://sourceforge.net/projects/morphix.
> > >
> > > Morphix is an auto-bootable Debian GNU/Linux distribution based on Knoppix.
> > >
> > > What makes Morphix different is that the project has several graphical
> > > installers and wizards in preparation (written in plain C, using GTK-2
> > > libraries and Glade-2) ... which could possibly be used to install GNU/Linux
> > > and PostgreSQL tools over MS Windows.
> > >
> > > You can download a preview CD of Morphix from this address:
> > > http://prdownloads.sourceforge.net/morphix/MorphixCombined-Gnome-0.4-1.iso?download
> > >
> > > Except for the installer itself, the wizards are not yet available in the main
> > > Morphix CD. To have a look at them, you will need to checkout from CVS
> > > (http://cvs.sourceforge.net/viewcvs.py/morphix) and open the files in
> > > Glade-2.
> > >
> > > I also made some screenshots here:
> > >
> > > - morphixinstaller: once Morphix has booted in demo mode, you can use this
> > > wizard to install Morphix on the disk. Screenshots:
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step1.png
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step2.png
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step3.png
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step4.png
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step5.png
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step6.png
> > > http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step7.png
> > >
> > > - isomorphgui: graphical distribution maker (select the requested packages for
> > > your distribution and burn the ISO). Screenshots:
> > > http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_1.png
> > > http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_2.png
> > >
> > > - partitionmorpher: resize partitions on the fly (GTK-2 interface to
> > > libparted). Screenshots:
> > > http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_1.png
> > > http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_2.png
> > >
> > > IMHO opinion, there is a need to study the Morphix project in more details.
> > >
> > > Morphix could be a possible solution to the MS Windows migration problems. It
> > > probably involves 50 times less work than migrating PostgreSQL to MS Windows
> > > (and is a complete different project except for the fact that it could well
> > > bring as much new users to PostgreSQL than a native Win port and is less
> > > risky).
> > >
> > > The possible steps for such a project could be (just a guess):
> > >
> > > 1) Validate Morphixinstaller, isomorphgui and partitionmorpher wizards. These
> > > wizards are still in early stages of development. They are developed by one
> > > person, who would probably like to receive some help.
> > >
> > > 2) Create a wizard for PostgreSQL post-installation steps using GTK-2 and
> > > Glade-2: configuration of hosts and authentication, tuning and optimization
> > > of various parameters (Mainly a graphical interface to pg_hba.conf and
> > > postgresql.conf).
> > >
> > > 3) Gather all known PostgreSQL related Debian packages, including pgAdmin III,
> > > PhpPgAdmin, as well as PHP, Apache and report tools (and much more) and burn
> > > Morphix-PostgreSQL CDs.
> > >
> > > There could be a "light PostgreSQL CD" as well as a "complete PostgreSQL CD".
> > >
> > > 4) Create a single website in 30 languages (http://installer.postgresql.org?)
> > > dedicated to releasing the installation CD.
> > >
> > > Based on the pgAdmin experience, there could well be more than 50.000
> > > downloads every month, out of which 70% would be migrating from MS Windows to
> > > GNU/Linux.
> > >
> > > Comments and ideas are welcome. I would like to help anyone interested in
> > > becoming the lead of such a project.
> > >
> > > Best regards,
> > >
> > >
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 7: don't forget to increase your free space map settings
> > >
> >
> >
> > --
> > NAGAYASU Satoshi <snaga(at)snaga(dot)org>
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/docs/faqs/FAQ.html
> >
>
>
> --
> NAGAYASU Satoshi <snaga(at)snaga(dot)org>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 17:25:26
Message-ID: 200401230925.26723.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Robert, Satoshi,

> What do people think about putting an .iso of this on the postgresql ftp
> server and/or the sourceforge site?

I really, really, really want this CD for OSCON and LinuxWorld this summer.
Can we put an ISO up somewhere? Please? Please?

I'd be happy to have it on a postgresql.org site, but Marc will have to speak
to the bandwidth issues.

--
-Josh Berkus
Aglio Database Solutions
San Francisco


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: josh(at)agliodbs(dot)com, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 17:38:33
Message-ID: 200401231838.33862.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Josh Berkus wrote:
> I really, really, really want this CD for OSCON and LinuxWorld this
> summer. Can we put an ISO up somewhere? Please? Please?

Looking at the screenshots, it might be a bit too Japanese for the
average guy's taste. ;-)

If we want to have a PostgreSQL promotion CD by the summer, we still
have some time to work on it. Especially, we might want to have some
updated software on it. It looks like we're going to LinuxTag as well
this year (June), and I'm pulling some strings to get a CD done for
that, so maybe we could coordinate that with the events in North
America.


From: Robert Bernier <robert(dot)bernier5(at)sympatico(dot)ca>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: josh(at)agliodbs(dot)com, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Satoshi Nagayasu <snaga(at)snaga(dot)org>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 17:46:18
Message-ID: 40115DEA.9000500@sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Maybe this is a good time to tell you that No Starch Press (I forgot to
mention it) said there would be no problem using their knoppix CD that I
told you guys about earlier this month.

Robert

Peter Eisentraut wrote:

>Josh Berkus wrote:
>
>
>>I really, really, really want this CD for OSCON and LinuxWorld this
>>summer. Can we put an ISO up somewhere? Please? Please?
>>
>>
>
>Looking at the screenshots, it might be a bit too Japanese for the
>average guy's taste. ;-)
>
>If we want to have a PostgreSQL promotion CD by the summer, we still
>have some time to work on it. Especially, we might want to have some
>updated software on it. It looks like we're going to LinuxTag as well
>this year (June), and I'm pulling some strings to get a CD done for
>that, so maybe we could coordinate that with the events in North
>America.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Satoshi Nagayasu <snaga(at)snaga(dot)org>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 18:04:13
Message-ID: 20040123140346.B96629@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

On Fri, 23 Jan 2004, Josh Berkus wrote:

> Robert, Satoshi,
>
> > What do people think about putting an .iso of this on the postgresql ftp
> > server and/or the sourceforge site?
>
> I really, really, really want this CD for OSCON and LinuxWorld this summer.
> Can we put an ISO up somewhere? Please? Please?
>
> I'd be happy to have it on a postgresql.org site, but Marc will have to speak
> to the bandwidth issues.

how big is it?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: josh(at)agliodbs(dot)com, xzilla(at)users(dot)sourceforge(dot)net, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 23:17:03
Message-ID: 20040124081703.2b084eae.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Josh Berkus wrote:
> > I really, really, really want this CD for OSCON and LinuxWorld this
> > summer. Can we put an ISO up somewhere? Please? Please?
>
> Looking at the screenshots, it might be a bit too Japanese for the
> average guy's taste. ;-)

Yes. It is based on Japanized-KNOPPIX and it includes localized
applicaitons for our language-environment.
This CD-ROM will be published to promote in Japan. :)

> If we want to have a PostgreSQL promotion CD by the summer, we still
> have some time to work on it. Especially, we might want to have some
> updated software on it. It looks like we're going to LinuxTag as well
> this year (June), and I'm pulling some strings to get a CD done for
> that, so maybe we could coordinate that with the events in North
> America.

Building PostgreSQL-KNOPPIX is not so difficult for me, and I can
provide an experimental iso in a few days.
Does anyone want to evaluate it?

But I also want to learn more about Morphix because its screenshots are
cool. :)

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: josh(at)agliodbs(dot)com, xzilla(at)users(dot)sourceforge(dot)net, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 23:17:17
Message-ID: 20040124081717.6a494ed5.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

How about BitTorrent?
http://bitconjurer.org/BitTorrent/

I'm using BitTorrent to distribute large iso files.
I like this P2P software.

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> wrote:
> On Fri, 23 Jan 2004, Josh Berkus wrote:
>
> > Robert, Satoshi,
> >
> > > What do people think about putting an .iso of this on the postgresql ftp
> > > server and/or the sourceforge site?
> >
> > I really, really, really want this CD for OSCON and LinuxWorld this summer.
> > Can we put an ISO up somewhere? Please? Please?
> >
> > I'd be happy to have it on a postgresql.org site, but Marc will have to speak
> > to the bandwidth issues.
>
> how big is it?
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, josh(at)agliodbs(dot)com, xzilla(at)users(dot)sourceforge(dot)net, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL installation CD based on
Date: 2004-01-23 23:18:15
Message-ID: 20040123191759.K96629@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers


Definitely is an option ... we already have the server running for it ...

On Sat, 24 Jan 2004, Satoshi Nagayasu wrote:

> How about BitTorrent?
> http://bitconjurer.org/BitTorrent/
>
> I'm using BitTorrent to distribute large iso files.
> I like this P2P software.
>
> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> wrote:
> > On Fri, 23 Jan 2004, Josh Berkus wrote:
> >
> > > Robert, Satoshi,
> > >
> > > > What do people think about putting an .iso of this on the postgresql ftp
> > > > server and/or the sourceforge site?
> > >
> > > I really, really, really want this CD for OSCON and LinuxWorld this summer.
> > > Can we put an ISO up somewhere? Please? Please?
> > >
> > > I'd be happy to have it on a postgresql.org site, but Marc will have to speak
> > > to the bandwidth issues.
> >
> > how big is it?
> >
> > ----
> > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> > Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
>
>
> --
> NAGAYASU Satoshi <snaga(at)snaga(dot)org>
>
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 01:47:21
Message-ID: 200401231747.21144.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Jean-Michel,

> Morphix is an auto-bootable Debian GNU/Linux distribution based on Knoppix.
>
> What makes Morphix different is that the project has several graphical
> installers and wizards in preparation (written in plain C, using GTK-2
> libraries and Glade-2) ... which could possibly be used to install
> GNU/Linux and PostgreSQL tools over MS Windows.

Nice idea, but the Japanese PostgreSQL User's Group has already stolen a march
on you. They have a Knoppix distribution with PostgreSQL, phpPgAdmin,
PGAdminIII, phpBB and Linux+KDE already built ... we just need to get it
localized to English.

--
Josh Berkus
Aglio Database Solutions
San Francisco


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 03:17:29
Message-ID: 20040124121729.3b2eac90.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

OK.
I've started working on the PostgreSQL-KNOPPIX English version.

Could anyone tell me postgresql related events schedule?
Are OSCON(June, Portland) and LinuxWorld(August, San Francisco) nearest?

Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> Jean-Michel,
>
> > Morphix is an auto-bootable Debian GNU/Linux distribution based on Knoppix.
> >
> > What makes Morphix different is that the project has several graphical
> > installers and wizards in preparation (written in plain C, using GTK-2
> > libraries and Glade-2) ... which could possibly be used to install
> > GNU/Linux and PostgreSQL tools over MS Windows.
>
> Nice idea, but the Japanese PostgreSQL User's Group has already stolen a march
> on you. They have a Knoppix distribution with PostgreSQL, phpPgAdmin,
> PGAdminIII, phpBB and Linux+KDE already built ... we just need to get it
> localized to English.
>
> --
> Josh Berkus
> Aglio Database Solutions
> San Francisco
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 03:40:28
Message-ID: 20040123233803.C96629@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

On Sat, 24 Jan 2004, Satoshi Nagayasu wrote:

> OK.
> I've started working on the PostgreSQL-KNOPPIX English version.

Satoshi ... Robert Bernier just reminded me that we currently have an
English version sitting in our office ... Of course, I don't have it here
with me, but maybe Robert can comment on what is on it before u spend alot
of time recreating it? It might be something you two can collaborate on,
if it doesn't contain everything your Japanese version already does?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: josh(at)agliodbs(dot)com, jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 03:55:38
Message-ID: 20040124125538.7b176ddf.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Oops. Sorry I missed that thread.
(Because I was working on my master thesis...)

I'll read the past msgs before coming back this topic.

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> wrote:
> On Sat, 24 Jan 2004, Satoshi Nagayasu wrote:
>
> > OK.
> > I've started working on the PostgreSQL-KNOPPIX English version.
>
> Satoshi ... Robert Bernier just reminded me that we currently have an
> English version sitting in our office ... Of course, I don't have it here
> with me, but maybe Robert can comment on what is on it before u spend alot
> of time recreating it? It might be something you two can collaborate on,
> if it doesn't contain everything your Japanese version already does?
>
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
>

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: scrappy(at)postgresql(dot)org, josh(at)agliodbs(dot)com, jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 04:59:34
Message-ID: 20040124135934.69e88654.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

I've read past thread and I know about new book from No Starch Press.

Now, I need some comments about applications which should be included in
such LiveCD. Which application is appealing for PostgreSQL promotions
or demonstrations?

Or which kind of applications (admin tools, middleware, languages, user
apps) should be included?

Any suggestions or recommendations?

No Starch Press's KNOPPIX includes all of server-side stuffs, pgAdmin3
and pgaccess. Right?

Satoshi Nagayasu <snaga(at)snaga(dot)org> wrote:
> Oops. Sorry I missed that thread.
> (Because I was working on my master thesis...)
>
> I'll read the past msgs before coming back this topic.
>
> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> wrote:
> > On Sat, 24 Jan 2004, Satoshi Nagayasu wrote:
> >
> > > OK.
> > > I've started working on the PostgreSQL-KNOPPIX English version.
> >
> > Satoshi ... Robert Bernier just reminded me that we currently have an
> > English version sitting in our office ... Of course, I don't have it here
> > with me, but maybe Robert can comment on what is on it before u spend alot
> > of time recreating it? It might be something you two can collaborate on,
> > if it doesn't contain everything your Japanese version already does?
> >
> >
> > ----
> > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> > Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
> >
>
>
> --
> NAGAYASU Satoshi <snaga(at)snaga(dot)org>
>

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>


From: Robert Bernier <robert(dot)bernier5(at)sympatico(dot)ca>
To: Satoshi Nagayasu <snaga(at)snaga(dot)org>
Cc: scrappy(at)postgresql(dot)org, josh(at)agliodbs(dot)com, jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 13:31:27
Message-ID: 401273AF.7070709@sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Satoshi,

The postgres, knoppix CD that I created last summer was compiled to work
with plpgsql, plperl(u), plpythonu, pltcl(u). It has ODBC and JDBC
drivers compiled into it too: I had some problems with Java initially
but overcame it after I tinkered with the ant startup script.

I recompiled the kernel to get the 'elephant' (does it have a name??)
icon rather than 'tux' in the frame buffer as it booted up, I also
changed the knoppix bootup background to that of a picture of a huge
looking elephant. The desktop was redesigned to offer full documentation
references using konquorer (html and pdf). The desktop also includes
links to pgadmin3 and pgaccess. A link was installed that would invoke
psql straight into the sample databases that I had included.

The trick to making postgres work on the CD was quite trivial, I edited
the init script to identify if it was reading itself off a CD
installation and subsequently copied the entire database cluster over to
the virtual drive. The postgres server also works after its been
committed to the PC harddrive too using the knoppix hdinstall script.

You will find a detailed article that I wrote on how to create a knoppix
CD at the orielly site,
http://linux.oreillynet.com/pub/a/linux/2003/11/20/knoppix.html . There
are also references made to it off the knoppix users site and the linux
show,
http://www2.thelinuxshow.com/archives/2003/upcoming-2003-11-25.html
among others. The article was rated by O'Reilly as among its top 5 for
the month of November.

The book's publishing date has been scheduled for late spring/early
summer so I had always planned to going back and updating the CD such as
maybe including pl/r.

It became apparent that a postgres CD would be quite useful at OSCON
since "No Starch Press" and O'Reilly have an existing business
relationship. Since I already write for O'Reilly I thought would be
interesting to see if I could kill several birds with one stone.

regards

Robert

Satoshi Nagayasu wrote:

>I've read past thread and I know about new book from No Starch Press.
>
>Now, I need some comments about applications which should be included in
>such LiveCD. Which application is appealing for PostgreSQL promotions
>or demonstrations?
>
>Or which kind of applications (admin tools, middleware, languages, user
>apps) should be included?
>
>Any suggestions or recommendations?
>
>No Starch Press's KNOPPIX includes all of server-side stuffs, pgAdmin3
>and pgaccess. Right?
>
>
>Satoshi Nagayasu <snaga(at)snaga(dot)org> wrote:
>
>
>>Oops. Sorry I missed that thread.
>>(Because I was working on my master thesis...)
>>
>>I'll read the past msgs before coming back this topic.
>>
>>"Marc G. Fournier" <scrappy(at)postgresql(dot)org> wrote:
>>
>>
>>>On Sat, 24 Jan 2004, Satoshi Nagayasu wrote:
>>>
>>>
>>>
>>>>OK.
>>>>I've started working on the PostgreSQL-KNOPPIX English version.
>>>>
>>>>
>>>Satoshi ... Robert Bernier just reminded me that we currently have an
>>>English version sitting in our office ... Of course, I don't have it here
>>>with me, but maybe Robert can comment on what is on it before u spend alot
>>>of time recreating it? It might be something you two can collaborate on,
>>>if it doesn't contain everything your Japanese version already does?
>>>
>>>


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Robert Bernier <robert(dot)bernier5(at)sympatico(dot)ca>
Cc: Satoshi Nagayasu <snaga(at)snaga(dot)org>, scrappy(at)postgresql(dot)org, josh(at)agliodbs(dot)com, jm(at)poure(dot)com, pgsql-hackers(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [pgsql-advocacy] PostgreSQL installation CD based on Morphix
Date: 2004-01-24 15:57:06
Message-ID: 20040124115602.M96629@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

On Sat, 24 Jan 2004, Robert Bernier wrote:

> I recompiled the kernel to get the 'elephant' (does it have a name??)

Slonik ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Jean-Michel POURE <jm(at)poure(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-advocacy(at)postgresql(dot)org
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: PostgreSQL installation CD based on Morphix
Date: 2004-01-25 11:16:19
Message-ID: 200401251216.19355.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers pgsql-advocacy pgsql-hackers

Le Samedi 24 Janvier 2004 02:47, Josh Berkus a écrit :
> Nice idea, but the Japanese PostgreSQL User's Group has already stolen a
> march on you.  They have a Knoppix distribution with PostgreSQL,
> phpPgAdmin, PGAdminIII, phpBB and Linux+KDE already built ... we just need
> to get it localized to English.

Dear Josh,

In my e-mail, I wanted to ring a bell that, it could prove usefull to invest
time into studying Morphix installation tools.

Morphix = Knoppix + graphical installation tools
Morphix = Debian + graphical installation tools + direct boot for demo

Most users, coming from MS Windows or MySQL, have no idea:
1) How to install a Debian distribution,
2) How to configure PostgreSQL for a first connection.

A possible solution could be to:
1) Validate Morphix wizards, which are still alpha.
2) Create PostgreSQL installation/configuration wizards (Glade-2 + GTK2).

This involves programming, not only marketing. For some PostgreSQL gurus,
these programming steps could be a matter of weeks.

Cheers, Jean-Michel

*******************
Screenshots from Morphix wizards (which make Morphix different from Knoppix):

- morphixinstaller: once Morphix has booted in demo mode, you can use this
wizard to install Morphix on the disk. Screenshots:
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step1.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step2.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step3.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step4.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step5.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step6.png
http://developer.pgadmin.org/jean-michel/morphix/morphix_installer_step7.png

- isomorphgui: graphical distribution maker (select the requested packages for
your distribution and burn the ISO). Screenshots:
http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_1.png
http://developer.pgadmin.org/jean-michel/morphix/iso_morph_gui_2.png

- partitionmorpher: resize partitions on the fly (GTK-2 interface to
libparted). Screenshots:
http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_1.png
http://developer.pgadmin.org/jean-michel/morphix/partition_morpher_2.png

Cheers,
Jean-Michel Pouré