On Sat, Dec 19, 2009 at 4:49 PM, Philip Rhoades <[email protected]> wrote:

> Chris,
>
>
> On 2009-12-20 04:30, Chris Travers wrote:
> >
> >
> > On Sat, Dec 19, 2009 at 9:13 AM, Philip Rhoades <[email protected]
> > <mailto:[email protected]>> wrote:
> >
> >     Chris,
> >
> >
> >     On 2009-12-19 16:44, Chris Travers wrote:
> >      >
> >      > On Fri, Dec 18, 2009 at 8:55 PM, Philip Rhoades
> >     <[email protected] <mailto:[email protected]>
> >      > <mailto:[email protected] <mailto:[email protected]>>> wrote:
> >      >
> >      >     Chris,
> >      >
> >      >     I struck issues as well - I could not find RPMs for Perl
> modules:
> >      >
> >      >             Test::Trap
> >      >             Config::Std
> >      >
> >      >     and:
> >      >
> >      >             perl Makefile.PL
> >      >
> >      >     gave:
> >      >
> >      >     include /home/ledgersmb/inc/Module/Install.pm
> >     .
> >     .
> >
> >      >     So it looks like the modules were not found at CPAN either?
> >      >
> >      > does "make" try to install the modules?
> >
> >
> >     make gave screenfulls of stuff with no errors that I could see.
> >
> >     Next issue:
> >
> >     psql -U postgres -d lsmb_naf -f
> >     /home/ledgersmb/sql/coa/us/chart/General.sql
> >
> >
> >
> > Hmm...  Sounds like a documentation problem.  Where are you following
> > the instructions from?
>
>
>  From INSTALL out of the tar.gz file:
>

Ok.  I see where the confusion is.

One thing I would HIGHLY recommend is reading the INSTALL through carefully
once.  I will update the INSTALL to take care of this problem but there are
easier ways to set up the company db.

Best Wishes,
Chris Travers


>
>        grep -e '^\$' INSTALL
>
> gives:
>
> $ svn co https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk
> /path/to/ledgersmb13
> $ cd /path/to/ledgersmb13/
> $ cat ledgersmb-httpd.conf | sed "s|WORKING_DIR|$(pwd)|" >
> ledgersmb-httpd-13.conf
> $ sudo mv ledgersmb-httpd-13.conf /etc/apache2/app/ledgersmb13.conf
> $ sudo /etc/init.d/apache2 restart
> $ echo -e 'RewriteEngine on\nRewriteRule ^(.*)$ http://www.google.com
> [R]' > /path/to/ledgersmb13/.htaccess
> $ wget -qO /dev/stdout http://localhost/ledgersmb | grep -c
> '<title>Google</title>'
> $ rm .htaccess
> $ perl -v | grep v5.
> $ perl Makefile.PL
> $ psql -U postgres -d template1 -f
> /usr/share/postgresql-8.3/contrib/tsearch2.sql
> $ psql -U postgres -d template1 -f
> /usr/share/postgresql-8.3/contrib/tablefunc.sql
> $ psql -U postgres -d template1 -f
> /usr/share/postgresql-8.3/contrib/pg_trgm.sql
> $ createdb -U postgres -O ledgersmb mycompany
> $ createlang plpgsql mycompany
> $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/Pg-database.sql
> $ psql -U postgres -d mycompany -f
> /path/to/ledgersmb13/sql/modules/Drafts.sql
> $ psql -U postgres -d mycompany -f
> /path/to/ledgersmb13/sql/modules/chart.sql
> $ psql -U postgres -d mycompany -f
> /path/to/ledgersmb13/sql/coa/us/chart/General.sql
>
>
> Thanks,
>
> Phil.
> --
> Philip Rhoades
>
> GPO Box 3411
> Sydney NSW      2001
> Australia
> E-mail:  [email protected]
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Ledger-smb-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to