GettingStarted

Installation Guide

How to install Griffin and its dependencies

Installation Steps

Check Prerequisites

Ensure Python and Ansible are installed.

ansible --version
unzip --version

Install Dependencies (If Needed)

sudo apt update && sudo apt install ansible unzip

Corporate Proxy Setup (Optional)

If you are behind a corporate proxy (e.g., Zscaler), install the root certificate:

curl -k -s https://raw.githubusercontent.com/TerrorSquad/ansible-post-installation/master/add_zscaler_root_cert.sh | bash

Troubleshooting

If you encounter any issues during the installation, refer to the FAQ for assistance.

Next Steps

Explore the features and customizations Griffin offers. Learn how to contribute to the project.