Getting Started#
This guide will help you get up and running with Graphcap. Follow these steps in order to set up and start using the system.
Setup Guide
Quick Start#
Run the setup script to configure your environment:
task setupChange the values for the following environment variables to ensure that your installation is secure:
POSTGRES_USER
POSTGRES_PASSWORD
ENCRYPTION_KEY
Configure Docker settings if needed (see Docker Override)
Start the services:
task startVisit
localhost:32200to access the web interface
System Requirements#
Docker and Docker Compose
Python 3.11 or higher
uv package manager (https://docs.astral.sh/uv/)
Task runner (https://taskfile.dev/)
For detailed instructions on each component, follow the guides in the table of contents above.