Skip to content

Commit d098e88

Browse files
authored
Update BUILDING.md
1 parent 3031010 commit d098e88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

BUILDING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ Bundling
8585
Assuming we have compiled successfully, this means that all the dependencies were found
8686
and there were no errors in the code. What needs to happen next is to bundle the compiled
8787
code into artifacts that can be deployed. This bundle will also include the configuration
88-
files to connect to the database. Specifically, you need to make a copy of the file
89-
[context.xml.example](treebase-web/src/main/webapp/META-INF/context.xml.example) and name
90-
it `context.xml`. You then need to edit this file to insert the right values for the
88+
files to connect to the database. Specifically, you need to make neighbouring copies of
89+
the files [context.xml.example](treebase-web/src/main/webapp/META-INF/context.xml.example)
90+
and [jdbc.properties.example](treebase-core/src/main/resources/jdbc.properties.example),
91+
remove the `.example` suffix, and edit them to insert the right values for the
9192
variables, e.g. database passwords. The currently used configuration values are logged in
9293
the private repo TreeBASE/treebase-config. Once that is done, the bundling is accomplished
9394
with the `package` goal, i.e.

0 commit comments

Comments
 (0)