Changes for page Online Model Browsing (KLighDning)
Last modified by Richard Kreissig on 2023/09/14 10:30
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{panel title="Project Overview" borderStyle="dashed"}} 2 2 Responsible: 3 3 4 -* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru- rzSuq"/}}4 +* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-sUnMo"/}} 5 5 6 6 Demo Videos: 7 7 ... ... @@ -85,7 +85,48 @@ 85 85 # Deploy the KLighDning product and install some features 86 86 # 87 87 88 +# location of the klighdning product 89 +HOST="http://rtsys.informatik.uni-kiel.de" 90 +SERVER_PATH="/~kieler/files/nightly/klighdning/" 91 +PLATFORM="linux.gtk.x86_64" 92 +FILE="klighdning_nightly_*-${PLATFORM}.zip" 88 88 94 +# features to be installed into the klighdning instance 95 +FEATURES="kgraph,klighd.examples" 96 + 97 +# local models repository 98 +MODELS_REPO="/home/layout/models" 99 + 100 + 101 +echo "##################################" 102 +echo "###### Deploying KLighDning ######" 103 +echo "" 104 +echo "Downloading ... " 105 +echo " archive: ${FILE}" 106 +echo " host: ${HOST}${SERVER_PATH}" 107 + 108 +wget -r -nd -P tmp -A "$FILE" -I $SERVER_PATH "${HOST}${SERVER_PATH}" 2>/dev/null 109 + 110 +echo "Unzipping ..." 111 +cd tmp 112 +unzip -q *.zip 113 +cd .. 114 +mv tmp/klighdning . 115 +rm -rf tmp 116 + 117 +echo "Make the scripts executable ..." 118 +chmod u+x klighdning/*.sh 119 + 120 +echo "Installing features ..." 121 +cd klighdning 122 +./install_kieler_features.sh "$FEATURES" 123 + 124 +echo "Starting KLighDning ..." 125 +./start.sh "$MODELS_REPO" 126 + 127 +cd .. 128 + 129 + 89 89 {{/code}} 90 90 91 91
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -832311 01 +8323112 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/832311 0/Online Model Browsing (KLighDning)1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8323112/Online Model Browsing (KLighDning)