Getting Started#
Prerequisites#
Configuration#
Setup
.envwith secure secretsmake setupThis automatically:
Copies
.env.exampleto.envGenerates secure random values for all secrets
Searches for your podman socket
Updates your
.envfile
Add GitHub credentials
Edit your
.envfile and add GitHub info:GITHUB_USERNAME=your_github_username GITHUB_TOKEN=your_personal_token
You can get a personal token from your GitHub account settings. Use a classic token with
read:packages.
Starting services#
Quick start
make setup # then fix your GITHUB_USERNAME/TOKEN in .env make docker-up make operators
Access the application
Open your browser to http://localhost:5173
Username:
admin@example.comPassword: Check your
.envfile forFIRST_SUPERUSER_PASSWORD(auto-generated), or output frommake docker-up
Stopping services#
To stop services:
make docker-downTo stop and delete database (be careful):
make clean
Now you should have the full stack running in docker. Go to launch agent.