Skip to content

AndCotOli/Web-VTK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTK-Web

Local installation

  • Create and activate a virtual environment:
python -m venv .venv && source .venv/bin/activate
  • Install the required dependencies:
pip install -e .
  • Run the app:
vtk-web # user --server or --hot_reload

Deployment

We use docker to build and deploy the app.

Note: the commands may need to be prefixed with sudo if the docker daemon is running as root.

Building the container

To build the container, run the following command:

docker build <path-to-project-root-folder> --tag vtk-web

Running the container

To run the container, run the following command:

docker run -D --rm -p <PORT>:80 vtk-web

More documentation on deployment can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages