Skip to content

Commit

Permalink
UBO-283 delete obsolete language classification, update versions and
Browse files Browse the repository at this point in the history
installation documentation
  • Loading branch information
kkrebs committed Aug 14, 2024
1 parent a59822d commit cf169ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 226 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ ubo-cli/target/bin/ubo.sh create configuration directory
create database ubo;
grant all privileges on ubo.* to ubo@localhost identified by 'ubo';
```
- setup your database and JDBC configuration in persistence.xml and **REMOVE** the following lines
- setup your database and JDBC configuration in persistence.xml, update mappings with:
```
<mapping-file>META-INF/mycore-iview2-mappings.xml</mapping-file>
<mapping-file>META-INF/mycore-viewer-mappings.xml</mapping-file>
<mapping-file>META-INF/mycore-ifs-mappings.xml</mapping-file>
ubo-cli/target/bin/ubo.sh reload mappings in jpa configuration file
```
```
vi ~/.mycore/ubo/resources/META-INF/persistence.xml
Expand All @@ -35,7 +32,7 @@ vi ~/.mycore/ubo/resources/META-INF/persistence.xml
- copy jdbc driver to ~/.mycore/ubo/lib, eg. for h2
```
cd ~/.mycore/ubo/lib
wget https://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.jar
wget https://repo1.maven.org/maven2/com/h2database/h2/2.2.224/h2-2.2.224.jar
cd -
```
## Solr
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mycore</groupId>
<artifactId>mycore-parent</artifactId>
<version>53</version>
<version>55</version>
</parent>

<groupId>org.mycore.ubo</groupId>
Expand Down Expand Up @@ -60,6 +60,7 @@
<sortpom.sortFile>https://gist.githubusercontent.com/yagee-de/dfd3698c1b49173dbf251f74eb6a9297/raw/406460c088ff3cb6354e4ae6b40535e6f841607d/mycore_sort.xml</sortpom.sortFile>
<sortpom.sortProps>true</sortpom.sortProps>
<timestamp>${maven.build.timestamp}</timestamp>
<tomcat.version>10.1.11</tomcat.version>
<yarn.version>v1.22.10</yarn.version>
</properties>

Expand Down Expand Up @@ -204,7 +205,7 @@
</property>
</activation>
<properties>
<cargo.container>jetty9x</cargo.container>
<cargo.container>jetty12x</cargo.container>
</properties>
<build>
<pluginManagement>
Expand Down
218 changes: 0 additions & 218 deletions ubo-cli/src/main/setup/classifications/rfc4646.xml

This file was deleted.

0 comments on commit cf169ca

Please sign in to comment.