Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbv/profkat_cug
Catalogus Universitatis Gottingensis
https://github.com/gbv/profkat_cug
mycore profkat
Last synced: 4 days ago
JSON representation
Catalogus Universitatis Gottingensis
- Host: GitHub
- URL: https://github.com/gbv/profkat_cug
- Owner: gbv
- License: gpl-3.0
- Created: 2024-09-16T15:47:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T13:17:14.000Z (3 months ago)
- Last Synced: 2024-11-10T03:17:14.706Z (2 months ago)
- Topics: mycore, profkat
- Language: Shell
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catalogus Universitatis Gottingensis
Hier entsteht ein Anwendungsmodul für den auf MyCoRe basierenden [Professorenkatalog](https://github.com/MyCoRe-Org/professorenkatalog) im Rahmen des Projektes "[Catalogus Universitatis Gottingensis](https://www.uni-goettingen.de/de/projekt%3a+catalogus/676623.html)".
## Installation Instructions
* clone repository
* run `mvn clean install`
* unzip profkat_cug-cli to user defined cli directory
* change to cli directory
* run `bin/profkat_cug.sh create configuration directory`
* you now have a config dir `~/.mycore/profkat_cug`
* configure your database connection in `~/.mycore/profkat_cug/mycore.properties`
* configure your BPM-Engine h2 connection in `~/.mycore/profkat_cug/resources/camunda.cfg.xml`
* perhaps you need to download a driver to `~/.mycore/profkat_cug/lib/`
* run cli command `bin/profkat_cug.sh process config/setup-commands.txt to load default data`
* Go to profkat_cug-webapp
* Install solr with the command: `mvn solr-runner:copyHome`
* Run solr with the command `mvn solr-runner:start` (End with `mvn solr-runner:stop`)
* Run Jetty with the command: `mvn jetty:run` (End with ctrl+c)
* Fast rebuild and Jetty restart `mvn clean install && cd profkat_cug-module && mvn jetty:run` (End with ctrl+c)