-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
gitea edited this page Aug 14, 2026
·
2 revisions
Skeleton — to be filled in.
Planned content:
- Python version, dependencies (
requirements.txt) - A Portfolio Performance
.portfoliofile (optionally password-protected)
pip install -r requirements.txt- Required env vars:
PP_FILE_PATH(+PP_PASSWORDif encrypted) - Running:
python -m src.main(must run from repo root —python src/main.pyfails withModuleNotFoundError) - Default transport/port (streamable-http on :8080)
-
docker-compose.dev.yml— simple local single-source setup -
docker-compose.yml— multi-source production setup (PP_PORTFOLIOS_CONFIG+portfolios.json,MCP_AUTH_TOKENrequired) - Read-only file mounts,
portfolios.json.example
- Brief pointer only (this is a personal-setup detail, not core install docs)
-
pingtool - TCP healthcheck on port 8080
- When to use
PP_FILE_PATHvs.PP_PORTFOLIOS_CONFIG