Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Remove secondary database configuration instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed May 16, 2011
1 parent fea9e70 commit 7b649ca
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Expand Up @@ -44,14 +44,7 @@ This is the [Atlas of Living Australia][ala] Citizen Science project codebase.
<bdrs.db.user.password>password</bdrs.db.user.password>
<bdrs.db.url>jdbc:postgresql://localhost:5432/bdrs</bdrs.db.url>
<bdrs.db.driver>org.postgresql.Driver</bdrs.db.driver>

Also open `src/main/webapp/WEB-INF/climatewatch-hibernate-datasource.xml` and place the same settings in the `dataSource` bean:

<property name="driverClassName" value="org.postgresql.Driver"/>
<property name="url" value="jdbc:postgresql://localhost:5432/bdrs-dev"/>
<property name="username" value="develop"/>
<property name="password" value="develop"/>


6. Run it:

mvn jetty:run
Expand Down

0 comments on commit 7b649ca

Please sign in to comment.