The
Oracle script in the alpha build correctly creates the database
schema.
It
assumes that you have setup an Oracle user that matches the one specified in
your TurbineResources.properties file, and that you ran the turbine-oracle.sql
script while logged on under that Oracle use.
database.default.driver=oracle.jdbc.driver.OracleDriver
database.default.url=jdbc:oracle:thin:@<host>:1521:<sid>
database.default.username=<your-oracle-user> <-----------------
database.default.url=jdbc:oracle:thin:@<host>:1521:<sid>
database.default.username=<your-oracle-user> <-----------------
database.default.password=<your-password-for-all-to-see>
However it does not populate the database with the two
default 'turbine' or 'jetspeed' users
I will modify the default_roles_permissions.sql file to create the
two default users
I will
also update the docs with a database section under 'Installation' to better
explain how to install the basic db support to get up and
running.
The
only dbs I can test are Hypersonic and Oracle. Would appreciate if others can
verify DB2, Sybase, mySQL and Postgres are working.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of KARANDIKAR Aditi / FTR&D
Sent: Wednesday, December 20, 2000 9:16 AM
To: 'JetSpeed'
Subject: RE: latest CVS buildHopefully the latest cvs build has all the right sql scripts for Oracle. I really wish this would be reflected in the alpha release. Someone needs to clean up the code in the scripts file.
Will post this on the turbine list too.
