cmu-sei / crucible

Crucible is a modular framework for creating, deploying, and managing virtual environments to support training, education, and exercises.
https://cmu-sei.github.io/crucible/
Other
30 stars 17 forks source link

Player Map Template #46

Closed gig-e closed 3 years ago

gig-e commented 3 years ago

I'd like to create maps in player. I do not have the map template available to me in player. Any advice on how to add it manually? I'm running the Crucible 3.0 Appliance, which include version 3.0 of player-ui, player-api, vm-api, vm-ui.

sei-aschlackman commented 3 years ago

The Map builder is part of the Vm Application, so you can create a new Application Template and use the same url as in your Vm template, but with /map at the end (before {theme} if you have that in there, though I don't think the map builder supports the dark theme yet). So it should look like:

https://{your-vm-application-url}/views/{viewId}/map{theme}

gig-e commented 3 years ago

That worked perfectly, thanks!