Skip to content

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 453 Bytes

File metadata and controls

executable file
·
17 lines (15 loc) · 453 Bytes

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