Skip to content
Snippets Groups Projects
Commit 11a38c2a authored by Your Name's avatar Your Name
Browse files

first config, then install

parent fe359577
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@ rm -r $MARVINEXTRACTIONDIR/*
cd marvin-extraction
git clone "https://github.com/dbpedia/extraction-framework.git" $DIEFDIR &>/dev/null
cd $DIEFDIR
# reset the ontology and some files that are changes
mvn clean install 2>&1 | tee $LOGDIR/installDIEF.log
# concat universial props
......@@ -18,4 +16,5 @@ echo "base-dir=$EXTRACTIONBASEDIR" > $DIEFDIR/core/src/main/resources/universal.
echo "log-dir=$LOGDIR/extraction/" >> $DIEFDIR/core/src/main/resources/universal.properties
cat $CONFIGDIR/universal.properties.template >> $DIEFDIR/core/src/main/resources/universal.properties
mvn clean install 2>&1 | tee $LOGDIR/installDIEF.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment