| | 1 | For installing you need make this action: |
|---|
| | 2 | |
|---|
| | 3 | {{{ |
|---|
| | 4 | #!sh |
|---|
| | 5 | cd "path to public folder of your web-server" |
|---|
| | 6 | git clone https://github.com/KIT-IPE/katrinTankViewer.git "folder name for repository" |
|---|
| | 7 | cd "folder name for repository" |
|---|
| | 8 | git submodule init && git submodule update --recursive |
|---|
| | 9 | }}} |
|---|
| | 10 | Now demo app is accessible from path: localhost/"folder name for repository"/app |
|---|
| | 11 | |
|---|
| | 12 | For using demo app you need WebGL compatbile web browser. |
|---|
| | 13 | |
|---|
| | 14 | *Sometimes you need enable on WebGL. How make this you can read here: |
|---|
| | 15 | 1. [http://www.infewbytes.com/?p=144 FireFox] |
|---|
| | 16 | 2. [http://askubuntu.com/questions/299345/how-to-enable-webgl-in-chrome-on-ubuntu Chrome or Chromium] |
|---|
| | 17 | 3. [https://discussions.apple.com/thread/3300585?start=0 Safari Desktop] |