Setup workspace#

Important

This guide is tailored for a Debian Stable system. If you have a diferent system, have a look at hints in Setup workspace (non-debian).

Steps#

  • As super-user, run:

> apt-get update && apt-get install git make sudo -y
  • As standard user with sudo capability on apt-get, run:

> git clone https://github.com/wescale/hashistack.git && cd hashistack
> make install-requirements
  • Then run:

> source ~/.bashrc && direnv allow
> 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.