For administrators
Installing Hosty locally
3 min
this page describes how to install hosty tools to manage the infrastructure and projects by the administrators on their local machines introduction hosty uses docker in order to create an image, which contains all the essential tools for building infrastructure as code, such as aws cli, opentofu cli (open source terraform alternative), kubenetes cli (kubectl) and helm cli most importantly, it includes custom built cli tool (hosty cli), that offers developers and administrator comprehensive way to interact with the project infrastructure prerequesties hosty has following software requirements docker https //docs docker com/get docker/ and docker compose are required to manage the infrastructure from local machine makefiles https //gnuwin32 sourceforge net/packages/make htm (optional) is used to simplify complex docker commands into simple and reusable commands (usally comes with linux and macos out of the box) installation clone or download the hosty repository open console in the hosty folder run make build command to build the hosty docker image locally run make cli command to start the hosty docker container and log into it run composer install working dir=/src/cli command to install hosty cli dependencies run hosty command to make sure hosty cli is installed and can be executed successfully