From: Javier F. <jfe...@ig...> - 2006-05-12 09:45:41
|
El vie, 12-05-2006 a las 08:36 +0200, Alejandro Garcia Castro escribi=F3: > On Thu, May 11, 2006 at 10:07:26PM -0400, Patrick Iles wrote: >=20 > > The only other thing I noticed was that there isn't any data being inse= rted > > within the sql provided within the cvs version I downloaded. Is there = one > > containing default users and some base data within the debian binary > > package? If so, then I'll have to set up a debian server and install f= rom > > there, so I can complete an ebuild for Gentoo. > >=20 The cvs source of Fisterra-Garage project has a set of initial data and some examples to create the database. You must run a script to create and initialize the database. This script may be something like file attached to this mail. The SERVER_CONFIG environment variable must be the server configuration file of your sistem. This file describes the database configuration paramters (database name, user, pasword, host, ....). If you don't define this variable, the default configuration file will be used (server_config.xml)=20 The 'init_db_data' script inserts the required inital data to start the application. The 'testSamples' script inserts some interesting examples to work with the application and test the implemented use cases.=20 --=20 Javier Fern=E1ndez Garc=EDa-Boente Ingeniero en Inform=E1tica mailto:jfe...@ig... Igalia S.L. http://www.igalia.com Telf. +34 981 91 39 91 Fax. +34 981 91 39 49 |