Skip to content

Getting Started with TrySpace Lab

A short quick-start to get a running TrySpace Lab environment. For detailed reference see the linked pages (Installation, Configuration, Operations, Data & Cleanup, Troubleshooting).

Walkthrough

  • Ensure Docker, Docker Compose (v2+), Make and Git are installed (see installation.md).
  • Clone and initialize submodules:
git clone https://github.com/TrySpaceOrg/tryspace-lab.git
cd tryspace-lab
git submodule update --init --recursive
  • Prepare environment and build:
make
  • Start the lab:
make start
  • Access services (examples):

  • GSW (YAMCS): http://localhost:8090

  • Attach to consoles: docker attach tryspace-server

  • Stop (preserves data):

make stop

Where to go next