Hi Arjen,

Usually we place the repository config folder outside of the repository deployment with the following build property:

repository.config.location=../config/domain.xml

The domain.xml has pointers to the definition.xml which has the MySQL configuration:

  <namespace name="default">
    <definition src="../config/slide/definition.xml"/>
    <extractors src="../config/slide/extractors.xml"/>
    <indexer    src="../config/slide/indexer.xml"/>
    <data          src="config/slide/data.xml"/>
    <configuration src="config/slide/configuration.xml"/>
  </namespace>


The MySQL driver is bundled with the repository by default.

Regards,
Bart



On 29-9-2008 15:58, Arjen Zwerver wrote:
Hi all,

I'm busy configuring the Hippo Repository to work with a MySQL database.
To do this I followed the steps from
http://www.hippocms.org/display/CMS/Hippo+Repository+with+MySQL+database

This works, but it requires a few steps. I was wondering if it's
possible to configure the repository with a build.properties file so
that the repository will build, already configured to work with a MySQL
database.

Is this possible? If it's possible, how do I configure the
build.properties file then?

Thanks in advance,

Arjen Zwerver


********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html



--
Hippo B.V.  -  Amsterdam
Oosteinde 11, 1017 WT, Amsterdam, +31(0)20-5224466

Hippo USA Inc.  -  San Francisco
101 H Street, Suite Q, Petaluma CA, 94952-3329, +1 (707) 773-4646
-----------------------------------------------------------------
http://www.onehippo.com   -  [EMAIL PROTECTED]
-----------------------------------------------------------------
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to