update docs
This commit is contained in:
parent
f82fcb24f9
commit
408ff8f815
2 changed files with 3 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ It also contains some extra's, to better fit an XR audience & enable community l
|
|||
## Try it now
|
||||
|
||||
```bash
|
||||
$ podman run -p 8080:3214 -p 5566:5566 -p 5577:5577 xrforge
|
||||
$ podman run -p 8080:3214 -p 5566:5566 -p 5577:5577 codeberg.org/coderofsalvation/xrforge:latest
|
||||
```
|
||||
|
||||
<center>
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ It also contains some extra's, to better fit an XR audience & enable community l
|
|||
> To run the container, see the docker-cmd below [sysadmin](https://manyfold.app/sysadmin/) documentation of the [manyfold](https://github.com/manyfold3d/manyfold) project.
|
||||
|
||||
```
|
||||
$ docker run -t xrforge docker.io/coderofsalvation/xrforge:latest
|
||||
$ podman run -p 8080:3214 -p 5566:5566 -p 5577:5577 codeberg.org/coderofsalvation/xrforge:latest
|
||||
```
|
||||
|
||||
To persist data:
|
||||
|
||||
```
|
||||
$ mkdir mnt config
|
||||
$ docker run -t xrforge docker.io/coderofsalvation/xrforge:latest -v ./mnt:/mnt -v ./config:/config
|
||||
$ podman run -p 8080:3214 -p 5566:5566 -p 5577:5577 -v ./mnt:/mnt -v ./config:/config codeberg.org/coderofsalvation/xrforge:latest
|
||||
```
|
||||
|
||||
> To scan all (mounted) libraries run this once: `$ docker exec xrforge /manyfold/cli/manyfold.sh scan_libraries`
|
||||
|
|
@ -50,14 +50,6 @@ sending incremental file list
|
|||
|
||||
> NOTE: if you don't want the default XR Fragments asset-library, omit `--recurse-submodules` in the git cmd
|
||||
|
||||
To preserve your uploaded models and db, add these docker volume-flags, for example:
|
||||
|
||||
```
|
||||
$ mkdir experiences config
|
||||
$ docker run -t xrforge docker.io/coderofsalvation/xrforge:latest -v ./config:/config -v ./experiences:/mnt/experiences
|
||||
|
||||
```
|
||||
|
||||
# Extra environment-variables
|
||||
|
||||
| environment variable | default | info |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue