Skip to main content

KDCube Apps bootstrap CLI

Project description

KDCube CLI

KDCube CLI

Bootstrap installer for the KDCube platform stack. This package clones the repository (if needed) and launches the guided setup wizard.


Prerequisites

macOS

  • Python 3.9+ (Homebrew recommended)
  • Git (Xcode Command Line Tools or Homebrew)
  • Docker Desktop (includes Docker Compose)

Windows

  • Python 3.9+
  • Git for Windows
  • Docker Desktop (enable WSL2 backend)

Linux

  • Python 3.9+
  • Git
  • Docker Engine + Docker Compose plugin

Install

pipx install kdcube-cli

Alternative (pip):

python -m pip install --user kdcube-cli

Run

kdcube-setup

Tip: if kdcube-setup is not on your PATH, run:

python -m kdcube_cli.cli

What the wizard does (today)

  • Creates a workdir with config/, data/, and logs/ folders
  • Writes the compose env files into config/ (only if missing; it won’t overwrite existing files)
  • Copies nginx configs into config/ for runtime overrides:
    • nginx_ui.conf
    • nginx_proxy.conf
  • Generates frontend runtime config
  • Creates local data folders for Postgres/Redis/exec workspace/bundle storage
  • Optionally builds images and runs docker compose up -d --build

Current scope: the wizard is optimized for docker‑compose (all‑in‑one). It creates a workdir (default: ~/.kdcube/kdcube-runtime) and lets you:

  • generate config/data/log folders
  • build images (optional)
  • start docker compose (optional)

Example workdir layout:

~/.kdcube/kdcube-runtime
├─ config/
│  ├─ .env
│  ├─ .env.ingress
│  ├─ .env.proc
│  ├─ .env.metrics
│  ├─ .env.postgres.setup
│  ├─ .env.proxylogin
│  ├─ frontend.config.hardcoded.json
│  ├─ nginx_ui.conf
│  └─ nginx_proxy.conf
├─ data/
│  ├─ postgres/
│  ├─ redis/
│  ├─ exec-workspace/
│  └─ bundle-storage/
└─ logs/
   ├─ chat-ingress/
   └─ chat-proc/

Compose usage (recommended)

  1. Run the wizard and choose a workdir (example: /srv/kdcube-local).
  2. It will generate:
    • /srv/kdcube-local/config/.env
    • /srv/kdcube-local/config/.env.ingress
    • /srv/kdcube-local/config/.env.proc
    • /srv/kdcube-local/config/.env.metrics
    • /srv/kdcube-local/config/.env.postgres.setup
    • /srv/kdcube-local/config/.env.proxylogin
    • /srv/kdcube-local/config/frontend.config.hardcoded.json
    • /srv/kdcube-local/config/nginx_ui.conf
    • /srv/kdcube-local/config/nginx_proxy.conf
  3. Start compose from deployment/docker/all_in_one_kdcube:
docker compose --env-file /srv/kdcube-local/config/.env up -d --build

Open the UI:

  • http://localhost:${KDCUBE_UI_PORT}/chatbot/chat (via proxy, omit :${KDCUBE_UI_PORT} if it is 80)

Notes

  • The wizard does not overwrite existing config files in your workdir. It only fills placeholders in newly created files.
  • Config upgrades/migrations will be added later when configs are versioned.

Tip: you can edit workdir/config/nginx_ui.conf and workdir/config/nginx_proxy.conf without rebuilding images (they are mounted into the containers at runtime).

See the dev‑host guide on GitHub: https://github.com/kdcube/kdcube-ai-app/blob/main/app/ai-app/docs/service/environment/setup-dev-env-README.md

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kdcube_cli-2026.3.6.417.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kdcube_cli-2026.3.6.417-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file kdcube_cli-2026.3.6.417.tar.gz.

File metadata

  • Download URL: kdcube_cli-2026.3.6.417.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for kdcube_cli-2026.3.6.417.tar.gz
Algorithm Hash digest
SHA256 f85447dc01ae4101ae7a70d12742507f8019ff14c73fb9050fff6ce7e8299451
MD5 da9bb8134a95ef0cc1549c15a7afee0e
BLAKE2b-256 e94f47cf438f182c6421010018fe0b6e01346502ad6e08da8cbd6e5c7f50cde3

See more details on using hashes here.

File details

Details for the file kdcube_cli-2026.3.6.417-py3-none-any.whl.

File metadata

File hashes

Hashes for kdcube_cli-2026.3.6.417-py3-none-any.whl
Algorithm Hash digest
SHA256 42a3f6fbf223abbf38c990216af5b6ba577ad01f7d67b209196150d0d32b9de4
MD5 f805ce039350475feaff716060bafbf8
BLAKE2b-256 8624551ed6fe35ee99858a1cbbf641e6d357b2c8dd113f5ce982cf7bae10ea2e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page