Skip to content

celand/ISVR-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ISVR-Docker

IdeaSpaceVR Docker Container

Build

docker build -t qxip/isvr .

Persistent Setup

  • Download the latest IdeaSpace and uncompress
  • Create a blank directory for the DB (ie: ./db)
  • Execute Container using local Mapping
docker run -i -t -p "8080:80" -d -v ${PWD}/IdeaSpace-1.1.4:/app -v ${PWD}/db:/var/lib/mysql qxip/isvr
  • Note the MySQL admin password
  • Complete the setup

About

IdeaSpaceVR Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors