📃 master: update documentation
This commit is contained in:
parent
15b0c0e0bb
commit
efe86c62c8
1 changed files with 18 additions and 11 deletions
29
README.md
29
README.md
|
|
@ -61,17 +61,6 @@ Archive: result/bin/xrforge.com
|
||||||
|
|
||||||
> Profit! you have aqcuired the sourcecode from the binary: run and distribute modified versions if needed ♥
|
> Profit! you have aqcuired the sourcecode from the binary: run and distribute modified versions if needed ♥
|
||||||
|
|
||||||
**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>
|
||||||
|
|
@ -155,6 +144,24 @@ $ ./xrforge.com createplugin > xrforge.myplugin.lua
|
||||||
|
|
||||||
Look in the [src/plugin](src/plugin) directory for examples
|
Look in the [src/plugin](src/plugin) directory for examples
|
||||||
|
|
||||||
|
## Run as server
|
||||||
|
|
||||||
|
<b>BAREMETAL:</b>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ./xrforge.com server
|
||||||
|
```
|
||||||
|
|
||||||
|
> **NOTE**: if the binary does not work on your server, use [xrforge-x86_64]() from the releases section instead.
|
||||||
|
|
||||||
|
<b>DOCKER:</b> 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
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Scan manyfold
|
## Scan manyfold
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue