| ... |
... |
@@ -1,10 +2,9 @@ |
| 1 |
|
-(% class="confluence-link" %) |
| 2 |
2 |
[[image:attach:klighd.png]] |
| 3 |
3 |
|
| 4 |
4 |
The KIELER KLighD Console Diagram Renderer is a pure Java program that together with a KIELER RCA allows to call the KIELER KLighD Rendering for model diagrams from the console. For using the KIELER Console Rendering you need to |
| 5 |
5 |
|
| 6 |
6 |
1. Enable the KLighD HTTP Server in the KIELER RCA and |
| 7 |
|
-1. Download [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternative download>>attach:KLighD.jar]]) as a runnable Java JAR archive and run it. |
|
6 |
+1. Download [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternati>>attach:KIELER Compiler Console@KielerCompiler.jar]][[ve Download>>attach:KIELER Compiler Console@KielerCompiler.jar]]) as a runnable Java JAR archive and run it. |
| 8 |
8 |
|
| 9 |
9 |
In the following we give a short quick start guide and describe the details for both, the enabling of the HTTP server and the possible command line calls of KiCo from the command line: |
| 10 |
10 |
|
| ... |
... |
@@ -17,7 +17,7 @@ |
| 17 |
17 |
== Quick Start Guide == |
| 18 |
18 |
|
| 19 |
19 |
1. Download KIELER RCA from [[http:~~/~~/rtsys.informatik.uni-kiel.de/~~~~kieler/files/nightly/kieler/>>url:http://rtsys.informatik.uni-kiel.de/%7Ekieler/files/nightly/kieler/||shape="rect"]] extract it to some location x on your hard drive |
| 20 |
|
-1. Download [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternative download>>attach:KLighD.jar]]) as a runnable Java JAR archive and save it to some location y on your hard drive |
|
19 |
+1. Download [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternati>>attach:KIELER Compiler Console@KielerCompiler.jar]][[ve Download>>attach:KIELER Compiler Console@KielerCompiler.jar]]) as a runnable Java JAR archive and save it to some location y on your hard drive |
| 21 |
21 |
1. Open console window and change directory to location x, then type: |
| 22 |
22 |
|
| 23 |
23 |
|
| ... |
... |
@@ -49,7 +49,7 @@ |
| 49 |
49 |
|
| 50 |
50 |
== Using KLighD.jar from Console == |
| 51 |
51 |
|
| 52 |
|
-Download the [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternative download>>attach:KLighD.jar]]) as a runnable Java JAR archive and start it using java: |
|
51 |
+Download the [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternati>>attach:KIELER Compiler Console@KielerCompiler.jar]][[ve Download>>attach:KIELER Compiler Console@KielerCompiler.jar]]) as a runnable Java JAR archive and start it using java: |
| 53 |
53 |
|
| 54 |
54 |
{{{java -jar KLighD.jar <host>:<port> [Options] }}} |
| 55 |
55 |
|