Setup a local Forge#

Prerequisites#

Steps#

  • Install containerd on loacalhost by running:

> make install-containerd
BECOME password:
  • Configure /etc/hosts for localhost (in case of workstation usage):

> make config-hosts
BECOME password:
  • Init a variable directory on inventories/localhost by running:

> make init name=localhost
  • Jump into your inventories/localhost directory and start you local forge:

> cd inventories/localhost
> make up

Validation#

An you should see the magic happening.


CONGRATULATIONS

You are ready to work with a decent source code manager.