Getting Started

Installation

Install CookieFarm server and client for competition use.

Installation

Server

Automatic method

bash -c "$(curl -sSL cookiefarm.bytethecookies.org/install.sh)"

Manual method

git clone https://github.com/ByteTheCookies/CookieFarm.git
cd CookieFarm/cookiefarm

Configure .env and config.yml, then start:

docker compose up -d

Client

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install cookiefarm

Verify:

ckc --version

How is this guide?

On this page