InstallGuide

compared with
Version 5 by Sandra TRINO
on Jun 09, 2010 14:57.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (16)

View Page History
This file will hold the following informations - see the screen hereunder (informations in blue are values you have to change to conform with your database's name and user).
_All database tables will be automatically created at Petals View's first launch._ 
{code}
###########  
### Petals View properties file
############ \\
\##Globals Informations
jdbc.hibernate.hbm2ddl.auto = update
jdbc.hibernate.show_sql = false
jdbc.maxIdle = 8
jdbc.minIdle = 0
jdbc.maxWait = \-1
\\
## MySQL Datasource
jdbc.driverClassName = com.mysql.jdbc.Driver
jdbc.url = jdbc:mysql://localhost:3306/{color:#0047ff}petalsview{color} jdbc:mysql://localhost:3306/petalsview
jdbc.username = {color:#0047ff}view{color} view
jdbc.password = {color:#0047ff}view{color} view
jdbc.hibernate.dialect = com.ebmwebsourcing.petalsview.persistence.util.MySqlInnoDBDialect
\\
## PostGreSQL Datasource
\#jdbc.driverClassName = org.postgresql.Driver
\#jdbc.url = jdbc:postgresql://localhost:5432/petalsview
\#jdbc.username = view
\#jdbc.password = view
\#jdbc.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
{code}

h2. Stage 2: Configuring Petals View