vircadia-metaverse icon indicating copy to clipboard operation
vircadia-metaverse copied to clipboard

installation with docker not connect in dashboard locally

Open johnfelipe opened this issue 2 years ago • 2 comments

im using this with my own var envs

https://github.com/vircadia/vircadia-metaverse/blob/master/docs/RunningDockerImage.md

cat > config/iamus.json << EOFFF
{
	"metaverse": {
		"metaverse-name": "METAVERSO ONLINE",
		"metaverse-nick-name": "Metaverson Online",
		"metaverse-server-url": "192.168.0.17",
		"default-ice-server-url": "192.168.0.17"
	},
	"database": {
		"db": "admin",
		"db-host": "localhost",
		"db-user": "adminer",
		"db-pw": "tatatata"
	},
	"debug": {
		
	}
}
EOFFF

then do this

sudo su
cd /home/cadia/

##
#! /bin/bash
docker run -d \
		--name=metaverseserver \
		--restart=unless-stopped \
		-p 9400:9400 \
		-e IAMUS_CONFIG_FILE=/home/cadia/config/iamus.json \
		--volume ${BASE}/config:/home/cadia/config \
		ghcr.io/vircadia/iamus:latest
##

chmod +x script.sh
./script.sh

and next this

nano /home/felipe/Iamus/src/config.ts


##

		'metaverse-server-url': '192.168.0.17',   // if empty, set to self
		'default-ice-server-url': '192.168.0.17', // if empty, set to self
		'dashboard-url': 'http://192.168.0.17:8080/'

##

sudo su
cd /home/felipe/Iamus/docker
./restart-metaverse-server.sh

SNAG-0980

how configure correctly this docker installation of IAMUS for 192.168.0.17 tnks

johnfelipe avatar May 21 '22 18:05 johnfelipe

I have the same issue. Could you fix it?

agustinpallares94 avatar Jul 04 '22 09:07 agustinpallares94

Is there any documentation that I can follow to setup Metaverse locally?

satijapratik avatar Feb 19 '24 19:02 satijapratik