Skip to content

Commit f6985a5

Browse files
author
naraesk
authored
Update README.md
1 parent a2bc1ee commit f6985a5

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

ui/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
This repository holds the generic browser based user interface for [x3dom](https://www.x3dom.org/) software visualiztations build with the generator component of Getaviz.
77
You find a hosted version at [https://home.uni-leipzig.de/svis/getaviz/Index.html](https://home.uni-leipzig.de/svis/getaviz/Index.html) (webgl supported browser and hardware required).
88

9-
9+
<!--
1010
## How do I get set up?
11-
### First Steps
12-
* Run docker-compose up in the ui directory
13-
* Open localhost:8082 in your web browser
14-
11+
-->
12+
<!--
1513
### Following Steps
16-
14+
-->
15+
<!--
1716
* The user interfaces has various definded setup definitions and can be used for any generated visualization of GETAVIZ.
1817
* Use Index.php with the parameters **setup** and **model** to load a specific visualization in a specific user interface setup with the following (PHP)Syntax:
1918
* Syntax
@@ -22,13 +21,17 @@ You find a hosted version at [https://home.uni-leipzig.de/svis/getaviz/Index.htm
2221
* [*http://localhost/repository/Generator%20UI*]**/index.php?setup=**[*web/webCity*]**&model=**[*City%20bricks%20freemind*]
2322
* Ready to use example (if you have cloned the repository into the repository/Generator UI/ folder of your web documents folder)
2423
* http://localhost/repository/Generator%20UI/index.php?setup=web/webCity&model=City%20bricks%20freemind
25-
24+
-->
25+
<!--
2626
### Additional Steps
27+
-->
2728

29+
<!--
2830
* For a new visualization of GETAVIZ you have to copy the model.x3d-file and the metadata.json-file into a new model folder at the "data"-folder
2931
* After that the batch file "aopt-idmap-sapd.bat" has to be executed (copy it from another model folder)
3032
* Use the index.php file as described above to show the new visualization at the browser user interface
3133
* Optional you could add the sourcecode in a "src"-folder in your model folder
34+
-->
3235

3336

3437
## Contribution Guidelines ###

0 commit comments

Comments
 (0)