Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Read-me updates #15

@ashbyca

Description

@ashbyca

Great work, this is awesome just wanted to share some discrepancies found from the read-me document.

create the required db in postgresql, the previously documented command didn't work for me, instead the following allowed me to create:

"psql -U postgres -d offenseviz -W -h localhost -a -f /opt/visSource/main/sql/create-db.sql"

modifications to src/main/etc/server.xml
*need to change the password in the line 20 to match what was previously configured for postgres
*you can't change the the values of "id" or "name" on line 29
*once this file is completed you need to copy it from "src/main/etc/server.xml" to "/opt/wlp/usr/servers/defaultServer" before starting your server

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions