<
From version < 10.1 >
edited by uru
on 2013/10/10 14:50
To version < 15.1 >
edited by uru
on 2013/11/18 23:31
>
Change comment: There is no comment for this version

Summary

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-GbKoy"/}}
4 +* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-syFUq"/}}
5 5  
6 6  Demo Videos:
7 7  
... ... @@ -34,7 +34,7 @@
34 34  {{{de.cau.cs.kieler.kgraph.feature.feature.group}}}
35 35  )))
36 36  |(((
37 -[[Ptolemy's MoML>>doc:Ptolemy Visualization]]
37 +[[Ptolemy's MoML>>doc:Ptolemy Browser]]
38 38  )))|(((
39 39  {{{ptolemy}}}
40 40  )))|(((
... ... @@ -50,27 +50,35 @@
50 50  (((
51 51  {{{de.cau.cs.kieler.klighd.examples.feature.feature.group}}}
52 52  )))
53 -|(% colspan="1" %)(% colspan="1" %)
54 -(((
55 -[[SC Language>>doc:The SC Language (SCL)]]
56 -)))|(% colspan="1" %)(% colspan="1" %)
57 -(((
58 -{{{sccharts}}}
59 -)))|(% colspan="1" %)(% colspan="1" %)
60 -(((
61 -{{{de.cau.cs.kieler.sccharts.feature.feature.group}}}
62 -)))
63 63  
64 -=== PermaLinks ===
54 +=== Transient Static Links ===
65 65  
66 -Permanent links are another facet of the documentation purpose. A user can browse a model to a point where he potentially finds a bug. In order to supplement the bug report a //PermaLink// can be retrieved that holds the current viewport and expansion status of the user. The link can be attached to the report and upon opening the link, the diagram is opened as specified by the link.
56 +**Permanent links** are another facet of the documentation purpose. A user can browse a model to a point where he potentially finds a bug. In order to supplement the bug report a //PermaLink// can be retrieved that holds the current viewport and expansion status of the user. The link can be attached to the report and upon opening the link, the diagram is opened as specified by the link.
67 67  
68 68  {{code title="PermaLink" language="bash"}}
69 69  http://[SERVER]/[MODEL_PATH]?perma=[EXPANSION]&transform=[VIEWPORT_MATRIX]
70 70  {{/code}}
71 71  
62 +=== Collaboration ===
63 +
64 +**Rooms** serve as a basis for collaboratively browsing a model. Users can join a common room in which all browsing activity, i.e., zooming, panning, expanding, is synchronized. One user can explain the model to another, or ask questions about certain details.
65 +
72 72  
73 73  
68 += Videos =
69 +
70 +Basic Functionality
71 +
72 +
73 +
74 +{{multimedia att--filename="KlighDning_new.mp4"/}}
75 +
76 +Collaboration
77 +
78 +
79 +
80 +{{multimedia att--filename="KlighDning_sync.mp4"/}}
81 +
74 74  == Examples ==
75 75  
76 76  === Desktop Webbrowser ===
... ... @@ -85,4 +85,62 @@
85 85  
86 86  == Quick Start ==
87 87  
88 -TODO
96 +* Download a release or nightly build of the KLighDning product.
97 +* Use the {{code language="none"}}install_kieler_features.sh{{/code}} or {{code language="none"}}install_features.sh{{/code}} script to add the desired diagram syntheses.
98 +* Start the server using the {{code language="none"}}start.sh{{/code}} script.
99 +
100 +Following a small exemplary deploy script for KLighDning is shown that downloads the current nightly build, extracts it, installs the {{code language="none"}}kgraph{{/code}} and {{code language="none"}}klighd.examples{{/code}} diagram syntheses, and starts the server.
101 +
102 +{{code title="Exemplary Deploy Script for KLighDning" linenumbers="true" language="bash"}}
103 +#!/bin/bash
104 +#
105 +# Deploy the KLighDning product and install some features
106 +#
107 +
108 +# location of the klighdning product
109 +HOST="http://rtsys.informatik.uni-kiel.de"
110 +SERVER_PATH="/~kieler/files/nightly/klighdning/"
111 +PLATFORM="linux.gtk.x86_64"
112 +FILE="klighdning_nightly_*-${PLATFORM}.zip"
113 +
114 +# features to be installed into the klighdning instance
115 +FEATURES="kgraph,klighd.examples"
116 +
117 +# local models repository
118 +MODELS_REPO="/home/layout/models"
119 +
120 +
121 +echo "##################################"
122 +echo "###### Deploying KLighDning ######"
123 +echo ""
124 +echo "Downloading ... "
125 +echo " archive: ${FILE}"
126 +echo " host: ${HOST}${SERVER_PATH}"
127 +
128 +wget -r -nd -P tmp -A "$FILE" -I $SERVER_PATH "${HOST}${SERVER_PATH}" 2>/dev/null
129 +
130 +echo "Unzipping ..."
131 +cd tmp
132 +unzip -q *.zip
133 +cd ..
134 +mv tmp/klighdning .
135 +rm -rf tmp
136 +
137 +echo "Make the scripts executable ..."
138 +chmod u+x klighdning/*.sh
139 +
140 +echo "Installing features ..."
141 +cd klighdning
142 +./install_kieler_features.sh "$FEATURES"
143 +
144 +echo "Starting KLighDning ..."
145 +./start.sh "$MODELS_REPO"
146 +
147 +cd ..
148 +
149
150 +{{/code}}
151 +
152 +
153 +
154 +=== Example ===
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -8323108
1 +8651163
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8323108/Online Model Browsing (KLighDning)
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8651163/Online Model Browsing (KLighDning)