3 - Get the HCMS and HCMS CSK docker images
HCMS
You need to get the Headless CMS image. It is available on the download portal as a .tgz archive: censhare-HeadlessCMS-DockerImage-<>-b<>.tgz.
Move it from your Donwloads folder into the HCMS CSK directory, into the /deployment/standalone/ folder.
Note If you are using Safari, you need to use the right-click menu to download the file since Safari unpacks it automatically which we do not want.
For this, on the Download Portal:
Click on the item you need
Right-click on "Master"
Click on "Download linked file"
HCMS CSK
You should have cloned the HCMS CSK repo on one of the previous steps
git clone https://gitlab.censhare.com/oc/product/release/hcms-client-starter-kit.git
Now you need to build the image. Start your Docker Desktop and then run the following command:
cd hcms-client-starter-kit
docker build -t hcms-client:local -f deployment/docker/Dockerfile .