[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation procedure...



Reviewing this patch:

On Fri, Feb 26, 2010 at 9:48 AM, Jason Quigley
<..hidden..> wrote:
> Hi Everyone!
>
> I am trying to get started with LSMB and decided to go with the 1.3 branch from svn as I think it will be easier for migrations in the long run. I tried the install procedure and it mostly worked.
>
> After quite a bit of caveman debugging, I have patched the Initiate.pm script to allow for a more complete setup which will allow one to go from download to login with a lot less effort.
>
> The additions are mainly related to the beta 3 install documentation which mention granting roles, etc.
>
> I'm not sure what the gifidir is for, so it's commented out in my patch.

gifidir is the directory for the GIFI definition file.  Not used by US
users, but useful in Canada, Europe, and elsewhere.
>
> Index: sql/Pg-database.sql
> ===================================================================
> --- sql/Pg-database.sql (revision 2912)
> +++ sql/Pg-database.sql (working copy)
> @@ -1,3 +1,5 @@
> +CREATE LANGUAGE plpgsql;
> +
> begin;
> CREATE SEQUENCE id;
> -- As of 1.3 there is no central db anymore. --CT

At first I was unsure about this part.  Then I realized that the
Pg-database needed to be installed as a superuser anyway, so this is
fine.

However, I am getting some malformed patch errors trying to apply your
patch,  Can you email me an attachment?

Best Wishes,
Chris Travers