This MyCoRe application is under construction.
For project details visit https://www.uni-muenster.de/CMO-Edition/
More information about MyCoRe are available at http://www.mycore.org
mvn clean install
bin/cmo.sh create configuration directory
~/.mycore/cmo
~/.mycore/cmo/resources/META-INF/persistence.xml
~/.mycore/cmo/lib/
bin/cmo.sh process config/setup-commands.txt
to load default datamvn solr-runner:copyHome solr-runner:installSolrPlugins
mvn solr-runner:start
(End with mvn solr-runner:stop)mvn jetty:run
(End with ctrl+c)mvn clean install -DskipTests -pl cmo-module && mvn jetty:run -pl cmo-webapp
(End with ctrl+c)mvn solr-runner:stop solr-runner:copyHome solr-runner:start
DELETE FROM MCRLINKHREF WHERE 1=1;
DELETE FROM MCRMETAHISTORY WHERE 1=1;
DELETE FROM MCRCATEGORYLINK WHERE OBJECTTYPE='expression'
or OBJECTTYPE='source'
or OBJECTTYPE='work'
or OBJECTTYPE='mods'
or OBJECTTYPE='person';
Its maybe required to store a fop.xml in the folder ~/.mycore/cmo/resources/ to support the right font rendering. See fop.xml in project.
The project uses webpack to bundle typescript. To Debug change the mode in cmo-module/webpack.config.js to 'development'.