{% extends 'docs/layout.html' %} {% block content %}
Everything you need to get Aparoid set-up!
You can use this to set-up Aparoid:
git clone https://github.com/stefan2200/aparoid cd aparoid; ./setup.sh./start.shYou can also install Aparoid using docker:
git clone https://github.com/stefan2200/aparoid docker compose up -dThe HTTP(S) proxy uses Kafka to process data asynchronously. If you have no problems reading the traffic from the terminal you can disable Kafka in the configuration file. I do however recommend installing Kafka either native or using Docker. You can follow the guide below to set-up Kafka using Docker.
sudo docker-compose up -ddocker-compose up -dAparoid will automatically update when running the setup script.
cd aparoid; ./setup.sh