VTK Trame Docker Setup

docker pull kitware/trame
cookiecutter gh:Kitware/trame-cookiecutter

   You've downloaded /Users/sebastien.jourdain/.cookiecutters/trame-cookiecutter before. Is it okay to delete and re-download it? [yes]: 
   project_name [Trame App]: 
   Select project_type:
   1 - App
   2 - App with Components
   3 - Components
   Choose from 1, 2, 3 [1]: 2
   author [Trame Developer]: 
   short_description [An example Trame application]: 
   Select license:
   1 - BSD License
   2 - MIT License
   3 - ISC License (ISCL)
   4 - Apache Software License
   5 - GNU General Public License v3 (GPLv3)
   6 - Other
   Choose from 1, 2, 3, 4, 5, 6 [1]: 
   include_continuous_integration [y]: 
   package_name [trame-app]: 
   import_name [trame_app]: 


cd trame-app/vue-components
npm i
npm run build
cd ../bundles/docker

./scripts/build_server.sh
./scripts/run_server.sh

Then connecting with my external IP.

Then for the network flow and content validation

And response from launcher

1 Like