On Tue, Jan 17, 2012 at 10:06 PM, Abdul Qadir <[email protected]> wrote: > Hi Chris, > > Thanks for your response, Please accept my apologies if my questions are > very childish as I am new to this whole environment > > > Where shall i put these settings.?? > > LSMB_NEW_DB=mynewdbname PGUSER=postgres PGPASSWORD=[pg_sqlpassword] > LSMB_TEST_DB=1 make test
Hmmm, on cmd.exe, probably better to use the set command to set the environment variables. Best Wishes, Chris Travers > > I am trying to setup a system whereby admin controls the users. > > > Thanks > Abdul Qadir > > ________________________________ > From: Chris Travers <[email protected]> > To: [email protected] > Sent: Wednesday, 18 January 2012, 13:28 > > Subject: Re: [Ledger-smb-users] Installation on Windows XP > > Hi Abdul; > > I am guessing there is an issue with system() on Windows, at least > when run in a service context. I am looking into some other > alternatives for you. > > I think you can try something like: > > LSMB_NEW_DB=mynewdbname PGUSER=postgres PGPASSWORD=[pg_sqlpassword] > LSMB_TEST_DB=1 make test > > If that works, then I can walk you through manually creating an admin > user. Do you want a single user system or one where the admin only > has access to manage users? > > Best Wishes, > Chris Travers > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > > _______________________________________________ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
