Installation ############ To run HEAT you will need to install the HEAT docker container from dockerhub. The links below explain how to install the HEAT docker container and get HEAT up and running. .. toctree:: :maxdepth: 0 docker To download test HEAT case (deprecated) *************************************** For HEAT versions equal or greater to v4.0, there are test cases inside the container. These tests cases serve two purposes: * They enable integration testing for HEAT developers in CI * They enable HEAT users to test their local setup These test cases can be found in the /tests directory, where is the location of your source code. Inside the container, the directory can be found at: /root/source/HEAT Previously, you would test your HEAT installation by using a test case provided on the releases tab on github. These instruction are left here for the old versions of HEAT. The test case can be downloaded and extracted by using the following commands (again replacing with latest version ie vX.X.X):: wget https://github.com/plasmapotential/HEAT/releases/download//testCase_.tar.gz tar -xvzf testCase_.tar.gz Test Case Installation Video (from release tab on github): .. raw:: html