Setup workspace#

Important

This guide is tailored for a Debian Stable system.

Steps#

  • As super-user, run:

> apt-get update && apt-get install git make sudo -y
> git clone https://codeberg.org/RTNP/galaxie-forge.git && cd galaxie-forge
> make install-requirements
> source ~/.bashrc && direnv allow
  • Then run:

> make prepare

Validation#

  • Run the following command:

> which ansible

The outputs should give you a path like /absolute/path/to/your/clone/.direnv/...


CONGRATULATIONS

You are ready to work with the project.