Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation with docker not connect in dashboard locally #114

Open
johnfelipe opened this issue May 21, 2022 · 2 comments
Open

installation with docker not connect in dashboard locally #114

johnfelipe opened this issue May 21, 2022 · 2 comments

Comments

@johnfelipe
Copy link

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

@agustinpallares94
Copy link

I have the same issue. Could you fix it?

@satijapratik
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants