Skip to content

VEAF/foothold-sitac

Repository files navigation

Foothold Sitac

POC about a web sitac for Foothold missions

Features

See docs/features.md for a complete list of features including:

  • Interactive tactical map with zone and player tracking
  • Distance measurement tool (ruler)
  • Player rankings and statistics
  • Campaign progress tracking
  • REST API for programmatic access

Installation

Prerequisites

  • Git
  • Python 3.12+
  • Poetry

Clone the project

git clone git@github.com:VEAF/foothold-sitac.git
cd foothold-sitac

Windows (recommended)

  1. Run install.cmd (copies config and installs dependencies)
  2. Edit config/config.yml if needed (mandatory: set dcs.saved_games path)
  3. Run run.cmd to start the web server

Linux/Mac

  1. Copy config/config.yml.dist to config/config.yml
  2. Edit config/config.yml (mandatory: set dcs.saved_games path)
  3. Install dependencies:
poetry install --only main
  1. Start web service:
poetry run python run.py

Update

Windows

Run update.cmd

Linux/Mac

git pull origin main
poetry install --only main

Run tests

poetry run pytest

Access to web service

Default configuration: localhost

About

POC about a web sitac for Foothold missions

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •