https://github.com/mycore-org/professorenkatalog-sample
Beispielanwendung für einen Professorenkatalog
https://github.com/mycore-org/professorenkatalog-sample
Last synced: 5 months ago
JSON representation
Beispielanwendung für einen Professorenkatalog
- Host: GitHub
- URL: https://github.com/mycore-org/professorenkatalog-sample
- Owner: MyCoRe-Org
- Created: 2022-02-06T16:56:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T13:55:52.000Z (over 1 year ago)
- Last Synced: 2025-01-07T13:03:41.278Z (over 1 year ago)
- Language: SCSS
- Size: 716 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beispiel-Professorenkatalog
## Installation Instructions
* clone repository
* run `mvn clean install`
* unzip profkat_sample-cli to user defined cli directory
* change to cli directory
* run `bin/profkat_sample.sh create configuration directory`
* you now have a config dir `~/.mycore/profkat_sample`
* configure your database connection in `~/.mycore/profkat_sample/resources/META-INF/persistence.xml`
* perhaps you need to download a driver to `~/.mycore/profkat_sample/lib/`
* run cli command `bin/profkat_sample.sh process config/setup-commands.txt to load default data`
* Go to profkat_sample-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_sample-module && mvn jetty:run` (End with ctrl+c)