Skip to content

gelic-idealab/komodo-buildserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komodo Buildserver

What is it?

The buildserver serves a builds directory with the different versioned and custom builds for Komodo VR clients. It runs in a docker container, so you will have to map the host directory containing builds to the container.

Configure the buildserver

You will need to set the correct URL for the traefik host parameter in docker-compose.yml (eg. 'vr.komodo.edu'). This is the same endpoint used in Komodo Portal for embedding the client on session pages.

      - "traefik.frontend.rule=Host:< URL FOR VR CLIENT ENDPOINT >"

You will need to create a builds directory, which is mapped by default in docker-compose.yml.

    volumes: 
      - ./builds:/usr/share/nginx/html

Pushing builds

*Coming soon (TM)

For now, use an SFTP client to copy builds directly to your buildserver.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published