- get a VM
- SSH into it
- install docker: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
- log out, log in (SSH)
- create the jobeinabox docker: https://hub.docker.com/r/trampgeek/jobeinabox/ use: Building and running your own image locally section
- open port 8080 on VM --> you get something like http://vm.provider.cloud.bme.hu:<> for debugging purposes you can also open the (host) port you published the docker to (with docker run ... -p PORT:80 ...)
- test: Using jobeinabox section
- install libraries:
https://simpleitk.readthedocs.io/en/master/building.html
git clone --branch v2.3.0 https://github.com/SimpleITK/SimpleITK
mkdir SimpleITK-build
cd SimpleITK-build
sudo cmake \
-DSimpleITK_USE_ELASTIX:BOOL=ON \