Created
May 12, 2025 09:53
-
-
Save up1/dc7cefc5ec345c9e1337ac3f9cfb7bbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1. Install | |
$go install github.com/tienanr/docurift/cmd/docurift@latest | |
# 2. Run docurift proxy server | |
$docurift -proxy-port 9876 -analyzer-port 9877 -backend-url http://localhost:8080 -max-examples 20 | |
2025/05/12 16:45:00 Starting DocuRift with proxy port 9876 and analyzer port 9877 | |
2025/05/12 16:45:00 Using backend URL: http://localhost:8080 | |
2025/05/12 16:45:00 Starting analyzer server on :9877 | |
2025/05/12 16:45:00 Starting proxy server on :9876 | |
2025/05/12 16:45:00 Analyzer server listening on :9877 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment