ateru

Installation Guide

Currently, Xolo Pipeline officially supports Linux.

Prerequisites

The repository includes an installer script that handles environment variables, uv installation, and CLI aliasing.

Linux:

git clone [https://github.com/ronnyascencio/ateru](https://github.com/ronnyascencio/ateru.git)
cd ateru
chmod +x scripts/setup_env.sh
./scripts/setup_env.sh

Windows:

git clone [https://github.com/ronnyascencio/ateru](https://github.com/ronnyascencio/ateru.git)
cd ateru
./scripts/set_up_windows.bat

installation

Alternative: Manual with uv

If you prefer to manage environments manually:

  1. Create and sync the virtual environment:
uv sync
  1. Register environment variables:
on linux:

source scripts/setup_env.sh

on windows:
scripts/set_up_windows.bat

Ateru installation demo

This sets PIPELINE_ROOT, SYSTEM_ROOT, and modifies your shell rc so Xolo tools work as expected.

Restart your terminal so the new environment variables and PATH changes take effect.

  1. Verify the installation with:
ateru --help