File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,10 @@ Bundling
8585Assuming we have compiled successfully, this means that all the dependencies were found
8686and there were no errors in the code. What needs to happen next is to bundle the compiled
8787code 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
9192variables, e.g. database passwords. The currently used configuration values are logged in
9293the private repo TreeBASE/treebase-config. Once that is done, the bundling is accomplished
9394with the ` package ` goal, i.e.
You can’t perform that action at this time.
0 commit comments