Describe the bug
The README quick start instructs users to run gortex serve, but Gortex v0.63.1 does not support that command. The current Gortex server documentation uses daemon HTTP mode with gortex daemon start --http-addr 127.0.0.1:7411.
The README also defaults NEXT_PUBLIC_GORTEX_URL to http://localhost:4747, which does not match the documented daemon HTTP port.
To reproduce
- Install Gortex v0.63.1.
- Run
gortex serve as documented in the README.
- See
Error: unknown command "serve" for "gortex".
Expected behavior
The quick start uses a command supported by the current Gortex CLI and configures the Web UI for the same port.
Suggested README edit
-# 1. Start a gortex server in the repo you want to explore
-gortex serve # defaults to http://localhost:4747
+# 1. Track the repo and expose the daemon HTTP API
+gortex track /path/to/repo
+gortex daemon start --http-addr 127.0.0.1:7411
The bug report template contains the same stale gortex serve command and may need the same update.
Environment
- OS: macOS
- Gortex server version:
v0.63.1+4f2d169
- Web branch:
main
References
Describe the bug
The README quick start instructs users to run
gortex serve, but Gortex v0.63.1 does not support that command. The current Gortex server documentation uses daemon HTTP mode withgortex daemon start --http-addr 127.0.0.1:7411.The README also defaults
NEXT_PUBLIC_GORTEX_URLtohttp://localhost:4747, which does not match the documented daemon HTTP port.To reproduce
gortex serveas documented in the README.Error: unknown command "serve" for "gortex".Expected behavior
The quick start uses a command supported by the current Gortex CLI and configures the Web UI for the same port.
Suggested README edit
The bug report template contains the same stale
gortex servecommand and may need the same update.Environment
v0.63.1+4f2d169mainReferences