📃 master: update documentation
This commit is contained in:
parent
7f5d84ee5e
commit
15b0c0e0bb
1 changed files with 9 additions and 0 deletions
|
|
@ -63,6 +63,15 @@ Archive: result/bin/xrforge.com
|
||||||
|
|
||||||
**NOTE**: if the binary does not work on your server, use [xrforge-x86_64]() from the releases section instead.
|
**NOTE**: if the binary does not work on your server, use [xrforge-x86_64]() from the releases section instead.
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
To prevent polluting the environment with terabytes of docker-images, just run this:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker run -d -p 8080:8080 -v $(pwd):/app busybox /app/xrforge.com server
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Adding content
|
## Adding content
|
||||||
|
|
||||||
First you need a directory with glTF or JanusXR experiences.<br>
|
First you need a directory with glTF or JanusXR experiences.<br>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue